chore: Bump clean-webpack-plugin, html-webpack-harddisk-plugin, postcss-reporter

This commit is contained in:
Johannes Schill
2019-03-12 21:52:22 +01:00
parent da644a700f
commit bdce61d02a
4 changed files with 54 additions and 48 deletions

View File

@ -52,7 +52,7 @@ module.exports = merge(common, {
},
plugins: [
new CleanWebpackPlugin('../../public/build', { allowExternal: true }),
new CleanWebpackPlugin(),
new MiniCssExtractPlugin({
filename: "grafana.[name].[hash].css"
}),