We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea7a2a commit 2e4b79aCopy full SHA for 2e4b79a
package.json
@@ -28,7 +28,7 @@
28
"@babel/core": "7.4.3",
29
"@babel/plugin-transform-for-of": "7.4.3",
30
"commitplease": "3.2.0",
31
- "core-js": "3.0.0",
+ "core-js-bundle": "3.0.0",
32
"eslint-config-jquery": "1.0.1",
33
"grunt": "1.0.4",
34
"grunt-babel": "8.0.0",
test/data/core/jquery-iterability-transpiled.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<title>jQuery objects transpiled iterability test page</title>
6
- <script src="../../../node_modules/core-js/client/core.min.js"></script>
+ <script src="../../../node_modules/core-js-bundle/minified.js"></script>
7
<script src="../../jquery.js"></script>
8
<script src="../iframeTest.js"></script>
9
<script src="jquery-iterability-transpiled.js"></script>
0 commit comments