Fix deletion of manifest.json after every build
This commit is contained in:
parent
8a72f242f9
commit
83faab7fd4
@ -57,7 +57,9 @@ module.exports = env => {
|
||||
],
|
||||
},
|
||||
plugins: [
|
||||
new CleanWebpackPlugin(),
|
||||
new CleanWebpackPlugin({
|
||||
cleanAfterEveryBuildPatterns: ["!manifest.json"],
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
"process.env.NODE_ENV": JSON.stringify(env.NODE_ENV),
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user