mirror of
https://github.com/caojiezi2003/live2d-widget.git
synced 2024-11-10 04:49:47 +00:00
Support build-dev
This commit is contained in:
parent
ac792b600d
commit
814115d319
@ -5,7 +5,8 @@
|
||||
"main": "autoload.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "rollup -c rollup.config.js -f iife | terser -c -m > waifu-tips.js"
|
||||
"build": "rollup -c rollup.config.js -f iife | terser -c -m > waifu-tips.js",
|
||||
"build-dev": "rollup -c rollup.config.js -f iife -o waifu-tips.js -w"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user