@winme/react-overlay-webpack-plugin
v1.1.0
Published
add this webpack config for click page to jump to editor
Downloads
5
Readme
react-error-overlay-webpack-plugin
add this webpack config for click page to jump to editor
output: {
// ...
devtoolModuleFilenameTemplate: info => path.resolve(info.absoluteResourcePath).replace(/\\/g, '/')
}