File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import './index.css';
9
9
import Main from './components/Main' ;
10
10
11
11
if ( window . ga ) {
12
- console . log ( 'attaching error listener' ) ;
13
12
window . ga ( 'set' , {
14
13
appName : 'morph' ,
15
14
appVersion : COMMIT_HASH
Original file line number Diff line number Diff line change @@ -77,10 +77,7 @@ const VERSION = (() => {
77
77
} ) ( ) ;
78
78
79
79
const plugins = [
80
- new CaseSensitivePathsPlugin ( ) ,
81
- new CleanWebpackPlugin ( [ 'build/**/*' ] , {
82
- verbose : false
83
- } )
80
+ new CaseSensitivePathsPlugin ( )
84
81
] ;
85
82
86
83
const config = {
@@ -365,6 +362,9 @@ const distConfig = {
365
362
}
366
363
} ,
367
364
plugins : [
365
+ new CleanWebpackPlugin ( [ 'build/**/*' ] , {
366
+ verbose : false
367
+ } ) ,
368
368
new webpack . DefinePlugin ( {
369
369
'process.env.NODE_ENV' : JSON . stringify ( 'production' ) ,
370
370
DEBUG : false ,
You can’t perform that action at this time.
0 commit comments