fix(core): add vite iife build file

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-24 20:07:13 +01:00
committed by Braks
parent e10663ad5d
commit a5644c0ead
4 changed files with 71 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
],
"scripts": {
"prepare": "ts-patch install -s",
"build": "vite build",
"build": "vite build && vite build -c vite.config.iife.ts",
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p ./tsconfig.build.json && shx rm -rf tmp && pnpm lint:dist && pnpm run patch",
"patch": "node patch/slots.js",
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",