mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DevEnv: Revert to clean stale assets (#23742)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user