File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,3 @@ node_modules
2929
3030www /
3131config.json
32- typings
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "start" : " webpack-dev-server --port 8080 --json --progress --config webpack.config.js" ,
88 "build" : " npm run dumpdev && npm run dumpprod" ,
9- "publish" : " npm run build && npm publish dist" ,
109 "dumpdev" : " ENV=dev webpack --progress --colors --config webpack.config.dist.js -d" ,
1110 "dumpprod" : " ENV=prod webpack --progress --colors --config webpack.config.dist.js -p" ,
1211 "watch" : " ENV=dev webpack --watch --progress --colors --config webpack.config.dist.js -d" ,
Original file line number Diff line number Diff line change 1+ *
2+ ! .gitignore
3+ ! overwrite.d.ts
Original file line number Diff line number Diff line change 1+ declare function require ( string ) : any ;
You can’t perform that action at this time.
0 commit comments