diff --git a/webpack-react/webpack.config.js b/webpack-react/webpack.config.js index 81333b5..0047b30 100644 --- a/webpack-react/webpack.config.js +++ b/webpack-react/webpack.config.js @@ -52,6 +52,7 @@ module.exports = (env, argv) => ({ 'global': {} // Fix missing symbol error when running in developer VM }), new HtmlWebpackPlugin({ + cache: false, inject: "body", template: './src/ui.html', filename: 'ui.html',