File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 46
46
"gulp" : " ^3.9.1" ,
47
47
"gulp-autoprefixer" : " ^5.0.0" ,
48
48
"gulp-eslint" : " ^4.0.0" ,
49
- "gulp-header" : " ^1.8.8 " ,
49
+ "gulp-header" : " ^2.0.5 " ,
50
50
"gulp-mocha" : " ^5.0.0" ,
51
51
"gulp-sass" : " ^3.0.0" ,
52
52
"gulp-scss-lint" : " ^0.6.1" ,
55
55
"react" : " ^16.0.0" ,
56
56
"react-dom" : " ^16.0.0" ,
57
57
"react-test-renderer" : " ^16.0.0" ,
58
- "webpack" : " ^3.0.0 " ,
58
+ "webpack" : " ^4.4.1 " ,
59
59
"webpack-stream" : " ^4.0.0"
60
60
},
61
61
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ mode : 'production' ,
2
3
output : {
3
4
filename : 'index.js' ,
4
5
libraryTarget : 'umd' ,
Original file line number Diff line number Diff line change 1
1
const path = require ( 'path' ) ;
2
2
3
3
module . exports = {
4
+ mode : 'production' ,
4
5
output : {
5
6
filename : 'index.js' ,
6
7
libraryTarget : 'umd' ,
You can’t perform that action at this time.
0 commit comments