We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d3fa6 commit 5f3ba4aCopy full SHA for 5f3ba4a
webpack.config.js
@@ -30,6 +30,7 @@ module.exports = (env, argv) => {
30
loader: "babel-loader",
31
exclude: /node_modules/,
32
options: {
33
+ presets: ['@babel/preset-env'],
34
plugins: ["@babel/plugin-syntax-dynamic-import"]
35
}
36
};
0 commit comments