Commit 865229e4 authored by Simona's avatar Simona Committed by hetech

chore: Add hmr (#15221)

parent 42c2e237
......@@ -33,7 +33,8 @@ const webpackConfig = {
devServer: {
host: '0.0.0.0',
port: 8085,
publicPath: '/'
publicPath: '/',
hot: true
},
performance: {
hints: false
......@@ -100,6 +101,7 @@ const webpackConfig = {
]
},
plugins: [
new webpack.HotModuleReplacementPlugin(),
new HtmlWebpackPlugin({
template: './examples/index.tpl',
filename: './index.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment