We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5b9d98 + eddbbef commit d95e498Copy full SHA for d95e498
frontend/webpack.config.ts
@@ -17,7 +17,7 @@ interface Configuration extends webpack.Configuration {
17
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
18
19
const NODE_ENV = process.env.NODE_ENV || 'development';
20
-const HOT_RELOAD = process.env.HOT_RELOAD || 'false';
+const HOT_RELOAD = process.env.HOT_RELOAD || 'true';
21
const CHECK_CYCLES = process.env.CHECK_CYCLES || 'false';
22
23
/* Helpers */
0 commit comments