Skip to content

Commit 4bd9482

Browse files
committed
remove inline from devServer
1 parent 392cc02 commit 4bd9482

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/webpack/webpack.config.dev.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = merge(common, {
1616
publicPath: "http://localhost:9091/",
1717
},
1818
devServer: {
19-
inline: true,
2019
hot: true,
2120
host: "0.0.0.0",
2221
port: 9091,

0 commit comments

Comments
 (0)