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
I understand it is done to allow the eval script to be run in webpack dev server. But this should be removed in the production build. One way to do it is adding some reduction here:
A line in the manifest file may pose security issue due to relaxed content security policy.
chrome-extension-webpack-boilerplate/src/manifest.json
Line 15 in d764ce1
CSP discussed in Chrome Developer Documentation
I understand it is done to allow the eval script to be run in webpack dev server. But this should be removed in the production build. One way to do it is adding some reduction here:
chrome-extension-webpack-boilerplate/webpack.config.js
Line 61 in d764ce1
The text was updated successfully, but these errors were encountered: