joshgreifer
Results
2
comments of
joshgreifer
Confirmed this issue in Edge and Chrome: ``` Refused to execute script from 'http://localhost:8200/ui/assets/vendor-381b4c5….js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. localhost/:1...
> Use webpack-node-externals, I mean please add following code in your webpack.config.js > > const nodeExternals = require('webpack-node-externals'); > > { > target: 'node', > externals: [nodeExternals()], > } Doesn't...