Skip to content

Commit

Permalink
fix: update webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
siddy2181 committed May 29, 2024
1 parent 31b48e2 commit f430650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:check": "prettier --check .",
"karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start",
"babel": "babel src/ --out-dir dist/module",
"webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress",
"webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack -- --progress",
"test": "npm run format:check && npm run lint && npm run flow && npm run karma",
"clear-dist": "rm -rf dist/*;",
"build": "npm run test && npm run babel && npm run clear-dist && npm run webpack -- $@",
Expand Down

0 comments on commit f430650

Please sign in to comment.