webpack-sentry-plugin
webpack-sentry-plugin copied to clipboard
Missing path
WebpackSentryPlugin: unable to delete 'static/2.1.13/js/59.afdcc3b4.chunk.js.map'. File does not exist; it may not have been created due to a build error.
webpack config.output.path = 'build'
So the file is located at build/static/2.1.13/js/59.afdcc3b4.chunk.js.map
@Hideman85 hi! Any solutions?
Yes leave delete option to false and add a "post-build" entry in script section of your package.json and use rimraf to delete files by yourself.