Closed aendra-rininsland closed 5 years ago
This line needs to replace the devtool line in the Webpack config:
devtool
devtool: env === 'development' ? 'inline-source-map' : 'source-map',
Pretty sure this is long since fixed pretty much everywhere.
This line needs to replace the
devtool
line in the Webpack config: