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 475d306 commit 4aaffedCopy full SHA for 4aaffed
packages/vue/package.json
@@ -29,7 +29,7 @@
29
"scripts": {
30
"prebuild": "rimraf dist",
31
"build": "yarn build:CSS && yarn build:rollup",
32
- "build:CSS": "yarn node -r esbuild-register scripts/copyCSS.ts",
+ "build:CSS": "node --loader ts-node/esm scripts/copyCSS.ts",
33
"build:rollup": "rollup --config",
34
"dev": "yarn build:rollup --watch",
35
"clean": "rimraf dist node_modules",
@@ -75,4 +75,4 @@
75
"aws-amplify": "^6.14.3",
76
"vue": "^3.0"
77
}
78
-}
+}
0 commit comments