Skip to content

Commit 4d9b626

Browse files
authored
Merge pull request #1344 from lindapaiste/fix/babel-versions
Update all Babel package versions.
2 parents afe336c + 00a7e97 commit 4d9b626

File tree

5 files changed

+38872
-2783
lines changed

5 files changed

+38872
-2783
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = config => {
2424
// use different import syntaxes so it's not easy to just require it here.
2525
// Maybe this could be put into a JSON file, but the include in the module
2626
// rules is dynamic.
27-
entry: ["babel-polyfill", "./src/index.js"],
27+
entry: ["@babel/polyfill", "./src/index.js"],
2828
output: {
2929
libraryTarget: "umd",
3030
filename: "ml5.js",

0 commit comments

Comments
 (0)