Skip to content

Commit

Permalink
Added --bundleConfigAsCjs flag to rollup watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
yashjais committed Oct 9, 2024
1 parent 7756a01 commit e500167
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 @@ -22,7 +22,7 @@
"sync_with_wheel": "./.scripts/sync_with_wheel.sh",
"test": "TZ=UTC jest --detectOpenHandles",
"build": "NODE_ENV=production rollup --bundleConfigAsCjs -c rollup.config.js && yarn build:jsdoc",
"watch": "rollup -c rollup.config.js --watch",
"watch": "rollup --bundleConfigAsCjs -c rollup.config.js --watch",
"build:jsdoc": "node ./.scripts/jsdoc-builder.mjs"
},
"engines": {
Expand Down

0 comments on commit e500167

Please sign in to comment.