Skip to content

Commit d968b22

Browse files
committed
simplify
1 parent 04535d2 commit d968b22

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

integrationTests/prod-rollup/rollup.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
// eslint-disable-next-line n/no-missing-import
2-
import resolve from '@rollup/plugin-node-resolve';
3-
41
const rollupConfig = {
52
input: 'src/index.js',
63
output: {
74
file: 'dist/bundle.js',
85
format: 'es',
96
},
10-
plugins: [resolve()],
117
};
128

139
// eslint-disable-next-line no-restricted-exports, import/no-default-export

integrationTests/prod-rspack/rspack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const rspackConfig = {
99
type: 'commonjs2',
1010
},
1111
},
12-
mode: 'production',
1312
target: 'node',
1413
};
1514

integrationTests/prod-webpack/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const webpackConfig = {
99
type: 'commonjs2',
1010
},
1111
},
12-
mode: 'production',
1312
target: 'node',
1413
};
1514

0 commit comments

Comments
 (0)