Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Dec 12, 2024
1 parent 35349f4 commit c1f8d8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/signals/signals-integration-tests/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ const entries = files.reduce((acc, file) => {
}, {})

const config: WebpackConfiguration = {
mode: 'development',
mode: 'production',
devtool: 'source-map',
entry: entries,

output: {
filename: '[name].bundle.js',
path: path.resolve(__dirname, 'dist'),
chunkFilename: '[name].chunk.js',
clean: true,
},
target: ['web', 'es5'],
target: ['web'],
module: {
rules: [
{
Expand Down

0 comments on commit c1f8d8b

Please sign in to comment.