Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e4b79a

Browse files
authored
Tests: Fix the core-js polyfill inclusion method
core-js 3 no longer includes a built file in the bundle but core-js-bundledoes.Closesgh-4342Refgh-4341
1 parentfea7a2a commit2e4b79a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/core":"7.4.3",
2929
"@babel/plugin-transform-for-of":"7.4.3",
3030
"commitplease":"3.2.0",
31-
"core-js":"3.0.0",
31+
"core-js-bundle":"3.0.0",
3232
"eslint-config-jquery":"1.0.1",
3333
"grunt":"1.0.4",
3434
"grunt-babel":"8.0.0",

‎test/data/core/jquery-iterability-transpiled.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
55
<title>jQuery objects transpiled iterability test page</title>
6-
<scriptsrc="../../../node_modules/core-js/client/core.min.js"></script>
6+
<scriptsrc="../../../node_modules/core-js-bundle/minified.js"></script>
77
<scriptsrc="../../jquery.js"></script>
88
<scriptsrc="../iframeTest.js"></script>
99
<scriptsrc="jquery-iterability-transpiled.js"></script>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp