Skip to content

Commit 7e2a4b9

Browse files
committed
chore: remove legacy webpack plugin
1 parent c2cfde8 commit 7e2a4b9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

webpack.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,5 @@ module.exports = (env) => ({
2626
resolve: {
2727
extensions: ['.ts', '.js', '.json'],
2828
},
29-
plugins: [
30-
new webpack.DefinePlugin({
31-
process: 'process/browser',
32-
}),
33-
],
29+
plugins: [],
3430
})

0 commit comments

Comments
 (0)