Skip to content

Commit c1f8d8b

Browse files
committed
wip
1 parent 35349f4 commit c1f8d8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/signals/signals-integration-tests/webpack.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@ const entries = files.reduce((acc, file) => {
1818
}, {})
1919

2020
const config: WebpackConfiguration = {
21-
mode: 'development',
21+
mode: 'production',
2222
devtool: 'source-map',
2323
entry: entries,
24-
2524
output: {
2625
filename: '[name].bundle.js',
2726
path: path.resolve(__dirname, 'dist'),
2827
chunkFilename: '[name].chunk.js',
2928
clean: true,
3029
},
31-
target: ['web', 'es5'],
30+
target: ['web'],
3231
module: {
3332
rules: [
3433
{

0 commit comments

Comments
 (0)