Skip to content

Commit eabef8a

Browse files
committed
Update webpack build cmd to production
1 parent b0e3c3a commit eabef8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/danfojs-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"build:clean": "rimraf ./dist && rimraf ./lib && node ./scripts/prebuild.js && yarn run build",
3838
"dev": "nodemon",
3939
"lint": "eslint ./src",
40-
"bundle": "webpack --mode development",
40+
"bundle": "webpack --mode production",
4141
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
4242
"coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
4343
"patch": "npm version patch"

0 commit comments

Comments
 (0)