File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ export default {
5757 'watch:test:server' : async ( ) => `nodemon -w client -w test/client -x ${ await run ( 'test:server' ) } ` ,
5858 'watch:coverage' : async ( ) => [ testEnv , `nodemon -w server -w test -w common -x ${ await cutEnv ( 'coverage' ) } ` ] ,
5959 'build' : async ( ) => run ( '6to5:*' ) ,
60- 'postbuild' : ( ) => 'node .webpack/cp.mjs' ,
6160 'build:dev' : async ( ) => run ( 'build:client:dev' ) ,
6261 'build:client' : ( ) => run ( '6to5:client' ) ,
6362 'build:client:dev' : ( ) => run ( '6to5:client:dev' ) ,
Original file line number Diff line number Diff line change 117117 "markdown-it" : " ^14.0.0" ,
118118 "mellow" : " ^3.0.0" ,
119119 "mime-types" : " ^3.0.1" ,
120- "mini-css-extract-plugin" : " ^2.9.2" ,
121120 "montag" : " ^1.2.1" ,
122121 "nano-memoize" : " ^3.0.16" ,
123122 "nomine" : " ^4.0.0" ,
187186 "load.js" : " ^3.0.0" ,
188187 "madrun" : " ^11.0.0" ,
189188 "memfs" : " ^4.2.0" ,
189+ "mini-css-extract-plugin" : " ^2.9.2" ,
190190 "minor" : " ^1.2.2" ,
191191 "mock-require" : " ^3.0.1" ,
192192 "morgan" : " ^1.6.1" ,
193193 "multi-rename" : " ^2.0.0" ,
194194 "nodemon" : " ^3.0.1" ,
195195 "optimize-css-assets-webpack-plugin" : " ^6.0.1" ,
196+ "path-browserify" : " ^1.0.1" ,
196197 "philip" : " ^3.0.0" ,
197198 "place" : " ^1.1.4" ,
198199 "postcss" : " ^8.5.3" ,
You can’t perform that action at this time.
0 commit comments