This commit is contained in:
6
backend/webpack-hmr.config.js
Normal file
6
backend/webpack-hmr.config.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = function (options) {
|
||||
return {
|
||||
...options,
|
||||
stats: "minimal", // This disables the full-screen mode and simplifies the output
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user