Skip to content

Commit

Permalink
Merge pull request #1344 from lindapaiste/fix/babel-versions
Browse files Browse the repository at this point in the history
Update all Babel package versions.
  • Loading branch information
joeyklee authored Apr 13, 2022
2 parents afe336c + 00a7e97 commit 4d9b626
Show file tree
Hide file tree
Showing 5 changed files with 38,872 additions and 2,783 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = config => {
// use different import syntaxes so it's not easy to just require it here.
// Maybe this could be put into a JSON file, but the include in the module
// rules is dynamic.
entry: ["babel-polyfill", "./src/index.js"],
entry: ["@babel/polyfill", "./src/index.js"],
output: {
libraryTarget: "umd",
filename: "ml5.js",
Expand Down
Loading

0 comments on commit 4d9b626

Please sign in to comment.