File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ const {merge} = require('webpack-merge');
2
2
const { sassLoader, fileLoader, getDefinitions} = require ( './utils' ) ;
3
3
const config = require ( './webpack.config.base' ) ;
4
4
const HtmlWebpackPlugin = require ( "html-webpack-plugin" ) ;
5
+ const CleanTerminalPlugin = require ( 'clean-terminal-webpack-plugin' ) ;
5
6
6
7
module . exports = merge ( config , {
7
8
mode : 'development' ,
@@ -23,6 +24,7 @@ module.exports = merge(config, {
23
24
disableHostCheck : true , // allow joining under different hostnames to dev server, like ngrok
24
25
} ,
25
26
plugins : [
27
+ new CleanTerminalPlugin ( ) ,
26
28
getDefinitions ( true ) ,
27
29
new HtmlWebpackPlugin ( {
28
30
template : '../src/index.ejs' ,
Original file line number Diff line number Diff line change 57
57
"babel-preset-typescript-vue" : " 1.1.1" ,
58
58
"chai" : " 4.2.0" ,
59
59
"chai-as-promised" : " 7.1.1" ,
60
+ "clean-terminal-webpack-plugin" : " ^3.0.0" ,
60
61
"clean-webpack-plugin" : " 3.0.0" ,
61
62
"codecov" : " 3.7.2" ,
62
63
"css-loader" : " 4.3.0" ,
Original file line number Diff line number Diff line change @@ -3769,6 +3769,11 @@ clean-stack@^2.0.0:
3769
3769
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
3770
3770
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
3771
3771
3772
+ clean-terminal-webpack-plugin@^3.0.0:
3773
+ version "3.0.0"
3774
+ resolved "https://registry.yarnpkg.com/clean-terminal-webpack-plugin/-/clean-terminal-webpack-plugin-3.0.0.tgz#e042ebcf05b0bf90f7d7923ea1dc5685c819228f"
3775
+ integrity sha512-wcgkQZmwEWYYjHblXc0+UGFDtx37S+1qgUQl4EOhhinzSHbZpixWBiasQ91RoCMf5lAm67j1XOt9z+HN+sWkWA==
3776
+
3772
3777
clean-webpack-plugin@3.0.0:
3773
3778
version "3.0.0"
3774
3779
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz#a99d8ec34c1c628a4541567aa7b457446460c62b"
You can’t perform that action at this time.
0 commit comments