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 8308294 commit 92a7547Copy full SHA for 92a7547
frontend/encore/dev-server.rst
@@ -97,6 +97,9 @@ the ``firewall`` option:
97
options.firewall = false;
98
})
99
100
+Beware that `it's not recommended to disable the firewall`_ in general, but
101
+here it's required to solve the CORS issue.
102
+
103
Hot Module Replacement HMR
104
--------------------------
105
@@ -113,3 +116,4 @@ your page. HMR works automatically with CSS (as long as you're using the
113
116
CSS. That is no longer needed.
114
117
115
118
.. _`webpack-dev-server`: https://webpack.js.org/configuration/dev-server/
119
+.. _`it's not recommended to disable host checking`: https://webpack.js.org/configuration/dev-server/#devserverdisablehostcheck
0 commit comments