Add latest babel plugin for dynamic imports
Showing
... | ... | @@ -50,13 +50,13 @@ |
"devDependencies": { | ||
"@babel/cli": "^7.5.0", | ||
"@babel/core": "^7.5.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/preset-env": "^7.5.4", | ||
"@converse/headless": "file:src/headless", | ||
"@fortawesome/fontawesome-free": "5.9.0", | ||
"autoprefixer": "^9.6.1", | ||
"babel-eslint": "^10.0.2", | ||
"babel-loader": "^8.0.6", | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"backbone.nativeview": "conversejs/Backbone.NativeView#5997c8197ca594e6b8469447f28310c78bd1d95e", | ||
"backbone.overview": "1.0.3", | ||
"backbone.vdomview": "^1.0.1", | ||
... | ... |
Please register or sign in to comment