mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 15:42:51 +08: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