diff --git a/tests/integration/webpack-babel-test/webpack.config.js b/tests/integration/webpack-babel-test/webpack.config.js index b5cb49cd..2c24b2c9 100644 --- a/tests/integration/webpack-babel-test/webpack.config.js +++ b/tests/integration/webpack-babel-test/webpack.config.js @@ -11,6 +11,7 @@ testFiles module.exports = { entry: entryPoints, mode: 'production', + target: 'web', output: { filename: '[name]', path: __dirname + '/dist', diff --git a/tests/integration/webpack-test/webpack.config.js b/tests/integration/webpack-test/webpack.config.js index ab7fee12..96e728ec 100644 --- a/tests/integration/webpack-test/webpack.config.js +++ b/tests/integration/webpack-test/webpack.config.js @@ -11,6 +11,7 @@ testFiles module.exports = { entry: entryPoints, mode: 'production', + target: 'web', output: { filename: '[name]', path: __dirname + '/dist',