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 057f279 commit 06f5c23Copy full SHA for 06f5c23
frontend/encore/advanced-config.rst
@@ -18,7 +18,7 @@ modify the config after fetching it from Encore:
18
19
// fetch the config, then modify it!
20
var config = Encore.getWebpackConfig();
21
- config.watchOptions = { poll: true, ignored: /node_modules/ };
+ config.devServer.watchOptions = { poll: true, ignored: /node_modules/ };
22
23
// other examples: add an alias or extension
24
// config.resolve.alias.local = path.resolve(__dirname, './resources/src');
0 commit comments