Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 255aaa3

Browse files
committed
fix metric builder
1 parent 2d34bdd commit 255aaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
}
2929
],
3030
plugins: [
31-
// new CleanWebpackPlugin('dist', {allowExternal: true}),
31+
new CleanWebpackPlugin('dist', {allowExternal: true}),
3232
new webpack.optimize.OccurrenceOrderPlugin(),
3333
new CopyWebpackPlugin([
3434
{from: 'plugin.json', to: '.'},

0 commit comments

Comments
 (0)