mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Webpack: Do not clean webpack output on every rebuild (#23157)
This commit is contained in:
parent
b6c1a063be
commit
f2337c9855
@ -94,7 +94,9 @@ module.exports = (env = {}) =>
|
||||
},
|
||||
|
||||
plugins: [
|
||||
new CleanWebpackPlugin(),
|
||||
new CleanWebpackPlugin({
|
||||
cleanStaleWebpackAssets: false,
|
||||
}),
|
||||
env.noTsCheck
|
||||
? new webpack.DefinePlugin({}) // bogus plugin to satisfy webpack API
|
||||
: new ForkTsCheckerWebpackPlugin({
|
||||
|
Loading…
Reference in New Issue
Block a user