Commit e1621372 by Peter Holmberg Committed by GitHub

DevEnv: Revert to clean stale assets (#23742)

parent 32d7a4d3
......@@ -94,9 +94,7 @@ module.exports = (env = {}) =>
},
plugins: [
new CleanWebpackPlugin({
cleanStaleWebpackAssets: false,
}),
new CleanWebpackPlugin(),
env.noTsCheck
? new webpack.DefinePlugin({}) // bogus plugin to satisfy webpack API
: new ForkTsCheckerWebpackPlugin({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment