Skip to content

Commit 7083a78

Browse files
authored
Merge pull request #11 from jgw96/master
fix(config): remove inject option
2 parents cfadbaf + 73cf2cf commit 7083a78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ module.exports = {
113113
devServer: {
114114
contentBase: './client',
115115
historyApiFallback: true,
116-
inject: true,
117116
port: 3000,
118117
compress: isProd,
119118
stats: { colors: true },

0 commit comments

Comments
 (0)