Skip to content

Commit a7c8b6d

Browse files
committed
use renamed webpack config file
1 parent 07aa776 commit a7c8b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
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"

0 commit comments

Comments
 (0)