Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 3696225

Browse files
authored
Merge pull request #6 from hoiheart/develop
chore: fix build error
2 parents af93e3d + 6d8b519 commit 3696225

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"sass": "^1.26.5",
7979
"sass-loader": "^8.0.2",
8080
"typescript": "^3.9.6",
81-
"vite": "^2.1.0",
81+
"vite": "^2.1.5",
8282
"vue": "^3.0.7",
8383
"vue-jest": "^5.0.0-0",
8484
"vue-tsc": "^0.0.8"

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const options = {
2525
resolve(),
2626
commonjs(),
2727
scss({
28+
sass: require('sass'),
2829
processor: () => postcss([autoprefixer()])
2930
}),
3031
css({ output: 'dist/index.css' })

0 commit comments

Comments
 (0)