Skip to content

Commit 7ebf3db

Browse files
committed
fix(dev-config): removing redundant settings
1 parent 64ac9ae commit 7ebf3db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/webpack.config.dev.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,4 @@ module.exports = {
4242
new webpack.HotModuleReplacementPlugin(),
4343
],
4444
devtool: "source-map",
45-
devServer: {
46-
compress: true,
47-
historyApiFallback: true,
48-
hot: true,
49-
},
5045
};

0 commit comments

Comments
 (0)