You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/encore/advanced-config.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Quite simply, Encore generates the Webpack configuration that's used in your
8
8
For example, suppose you need to set `Webpack's watchOptions`_ setting. To do that,
9
9
modify the config after fetching it from Encore:
10
10
11
+
.. TODO update the following config example when https://github.com/symfony/webpack-encore/pull/486 is merged and configureWatchOptions() is introduced
12
+
11
13
..code-block::javascript
12
14
13
15
// webpack.config.js
@@ -18,6 +20,9 @@ modify the config after fetching it from Encore: