webpack-sentry-plugin icon indicating copy to clipboard operation
webpack-sentry-plugin copied to clipboard

Missing path

Open Hideman85 opened this issue 6 years ago • 2 comments

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 avatar Nov 07 '19 16:11 Hideman85

@Hideman85 hi! Any solutions?

kambala3000 avatar Dec 25 '19 11:12 kambala3000

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.

Hideman85 avatar Dec 25 '19 17:12 Hideman85