File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 "build:umdmin" : " webpack --mode=production --output-library-target=umd" ,
1515 "build:umd" : " webpack --mode=development --output-library-target=umd" ,
1616 "build:commonjs" : " webpack --mode=development --output-library-target=commonjs2" ,
17- "build:commonjs-fn" : " webpack --mode=development --output-library-target=commonjs2 --config=webpack.config.fn .js" ,
17+ "build:commonjs-fn" : " webpack --mode=development --output-library-target=commonjs2 --config=webpack.config.commonjs.standalone .js" ,
1818 "build" : " npm-run-all build:*" ,
1919 "dev:umd" : " webpack --progress --colors --watch --mode=development --output-library-target=umd" ,
2020 "dev:commonjs" : " webpack --progress --colors --watch --mode=development --output-library-target=commonjs2" ,
21- "dev:commonjs-fn" : " webpack --progress --colors --watch --mode=development --output-library-target=commonjs2 --config=webpack.config.fn .js" ,
21+ "dev:commonjs-fn" : " webpack --progress --colors --watch --mode=development --output-library-target=commonjs2 --config=webpack.config.commonjs.standalone .js" ,
2222 "dev" : " npm-run-all --parallel dev:*" ,
2323 "prepublishOnly" : " npm-run-all test build" ,
2424 "prepack" : " npm-run-all test build"
You can’t perform that action at this time.
0 commit comments