We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3191eba commit 758f7aaCopy full SHA for 758f7aa
webpack/webpack.config.js
@@ -83,6 +83,7 @@ module.exports = () => {
83
84
if (process.env.NODE_ENV === "development") {
85
config.devServer.static.directory = path.resolve(__dirname, "../");
86
+ config.devServer.watchFiles = ["src/"];
87
// Add a strict Content-Security-Policy without 'unsafe-inline' to the dev
88
// server for testing CSR issues.
89
//config.devServer.headers["Content-Security-Policy"] =
0 commit comments