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 6186128 commit 262b84bCopy full SHA for 262b84b
tests/integration/webpack-babel-test/webpack.config.js
@@ -11,6 +11,7 @@ testFiles
11
module.exports = {
12
entry: entryPoints,
13
mode: 'production',
14
+ target: 'web',
15
output: {
16
filename: '[name]',
17
path: __dirname + '/dist',
tests/integration/webpack-test/webpack.config.js
0 commit comments