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
1. The script should open `http://localhost:8080/` in your default browser.
30
+
2. You should see an overlay in browser for compilation errors.
31
+
3. Modify `devServer.client.overlay.trustedTypesPolicyName` in webpack.config.js to `disallowed-policy` and save.
32
+
4. Restart the command and you should not see an overlay at all. In the console you should see the following error:
33
+
34
+
```
35
+
Refused to create a TrustedTypePolicy named 'disallowed-policy' because it violates the following Content Security Policy directive: "trusted-types webpack webpack#dev-overlay".
0 commit comments