Skip to content

Commit

Permalink
[TASK] Fix module error
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Jul 20, 2023
1 parent d0ebd03 commit 47e9edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"not IE 11"
],
"scripts": {
"build": "rollup -c --environment BUILD",
"buildWatch": "rollup -c -w --environment BUILD",
"build": "rollup -c --environment BUILD --bundleConfigAsCjs",
"buildWatch": "rollup -c -w --environment BUILD --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit 47e9edc

Please sign in to comment.