fixed rollup

This commit is contained in:
Tjark Müller 2023-05-04 13:32:47 +02:00
parent 7a5bc222fd
commit d45b3e68dd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"test-eventlistener-hammerjs-destroy": "node ./test/tests/eventlistener/hammerjs-destroy.js",
"test-eventlistener-interactionmapper": "node ./test/tests/eventlistener/interactionmapper.js",
"test-eventlistener-interactionmapper-off": "node ./test/tests/eventlistener/interactionmapper-off.js",
"build": "rollup --config ./rollup.config.js",
"build": "rollup --config --bundleConfigAsCjs ./rollup.config.js",
"watch": "rollup --watch --config ./rollup.config.js",
"3rdparty": "gulp",
"prettier": "gulp prettify",