Skip to content

Commit

Permalink
Remove @babel/plugin-syntax-dynamic-import
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Jul 3, 2020
1 parent 0a72f6b commit 0e20978
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
21 changes: 3 additions & 18 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"private": true,
"name": "@flarum/core",
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-typescript": "^7.10.1",
"bootstrap": "^3.4.1",
"classnames": "^2.2.5",
"color-thief-browser": "^2.0.2",
"expose-loader": "^0.7.5",
"flarum-webpack-config": "0.1.0-beta.10",
"jquery": "^3.4.1",
"jquery": "^3.5.1",
"jquery.hotkeys": "^0.1.0",
"lodash-es": "^4.17.14",
"m.attrs.bidi": "github:tobscure/m.attrs.bidi",
Expand Down
1 change: 0 additions & 1 deletion js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ module.exports = merge(config(), {

module.exports['module'].rules[0].test = /\.(tsx?|js)$/;
module.exports['module'].rules[0].use.options.presets.push('@babel/preset-typescript');
module.exports['module'].rules[0].use.options.plugins.push('@babel/plugin-syntax-dynamic-import');

0 comments on commit 0e20978

Please sign in to comment.