[Vuejs]-Content Security Policy error with Vue JS, Webpack and JSP

0👍

Got to know there are different options to set up “devtools” attribute in webpack config file.

Issue and solution details : https://github.com/webpack/webpack/issues/4094

https://webpack.js.org/configuration/devtool/#devtool explains detailed options and selection to resolve CSP issues.

Leave a comment