We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1426c5d commit 29cce88Copy full SHA for 29cce88
package.json
@@ -39,10 +39,9 @@
39
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
40
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife"
41
},
42
- "dependencies": {
43
- "rollup-plugin-import-css": "^3.0.0"
+ "dependencies": {
44
45
- "devDependencies": {
+ "devDependencies": {
46
"@babel/core": "^7.12.10",
47
"@babel/preset-env": "^7.12.11",
48
"@rollup/plugin-alias": "^3.1.1",
@@ -57,6 +56,7 @@
57
56
"rollup": "^2.36.1",
58
"rollup-plugin-terser": "^7.0.2",
59
"rollup-plugin-vue": "^5.1.9",
+ "rollup-plugin-import-css": "^3.0.0",
60
"vue": "^2.6.12",
61
"vue-template-compiler": "^2.6.12"
62
0 commit comments