Skip to content

Commit

Permalink
Update all Babel package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lindapaiste committed Apr 11, 2022
1 parent afe336c commit 00a7e97
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 00a7e97

Please sign in to comment.