File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
"lint:fix" : " ./node_modules/.bin/eslint --ext ts,js --fix src/" ,
40
40
"lint:staged" : " ./node_modules/.bin/lint-staged" ,
41
41
"fix" : " npm run fmt && npm run lint:fix" ,
42
- "build:vue2" : " rollup --config rollup.vue2-config.js" ,
43
- "build:vue3" : " rollup --config rollup.vue3-config.js" ,
42
+ "build:vue2" : " rollup --config rollup.vue2-config.js --bundleConfigAsCjs " ,
43
+ "build:vue3" : " rollup --config rollup.vue3-config.js --bundleConfigAsCjs " ,
44
44
"build:dts:vue2" : " ./node_modules/.bin/dts-bundle-generator -o ./dist/vue2.d.ts src/RayVue2.ts" ,
45
45
"build:dts:vue3" : " ./node_modules/.bin/dts-bundle-generator -o ./dist/vue2.d.ts src/RayVue2.ts" ,
46
46
"build:all" : " concurrently npm:build:vue2 npm:build:vue3 && concurrently npm:build:dts:vue2 npm:build:dts:vue3" ,
You can’t perform that action at this time.
0 commit comments