Skip to content

Commit

Permalink
[pkg] Update webpack to version 5.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 19, 2021
1 parent f343400 commit d2f596b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"babel-plugin-import-to-require": "~1.0.0",
"mocha": "~9.1.1",
"pre-commit": "~1.2.0",
"webpack": "~5.10.2",
"webpack": "~5.53.0",
"webpack-cli": "~4.8.0"
}
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
Meteor: join(__dirname, 'vendor', 'meteor.js')
})
],
target: 'es5'
target: ['web', 'es5']
};

module.exports = [
Expand Down

0 comments on commit d2f596b

Please sign in to comment.