Commit e1621372 by Peter Holmberg Committed by GitHub

DevEnv: Revert to clean stale assets (#23742)

parent 32d7a4d3
...@@ -94,9 +94,7 @@ module.exports = (env = {}) => ...@@ -94,9 +94,7 @@ module.exports = (env = {}) =>
}, },
plugins: [ plugins: [
new CleanWebpackPlugin({ new CleanWebpackPlugin(),
cleanStaleWebpackAssets: false,
}),
env.noTsCheck env.noTsCheck
? new webpack.DefinePlugin({}) // bogus plugin to satisfy webpack API ? new webpack.DefinePlugin({}) // bogus plugin to satisfy webpack API
: new ForkTsCheckerWebpackPlugin({ : 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