Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commite215fe7

Browse files
committed
chore: Upgrade @vue/component-compiler & @vue/component-compiler-utils
BREAKING CHANGE: `@vue/component-compiler-utils@3.0.0` uses `sass` instead of `node-sass`
1 parent0b74c4a commite215fe7

File tree

3 files changed

+144
-241
lines changed

3 files changed

+144
-241
lines changed

‎docs/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-**Error: Cannot find module`vue-template-compiler`?**
77
`vue-template-compiler` has a constraint that it should be exact same version as`vue` that is why it is included as peer dependency. Make sure you install`vue-template-compiler` and`vue` in your project.
88

9-
-**Error: Cannot find module`less` or`node-sass` or`stylus`?**
9+
-**Error: Cannot find module`less` or`sass` or`stylus`?**
1010
If you're using any of the style languages (other than css) supported in`.vue` file, you have to install that language's compiler.
1111

1212
-**Error: 'default' is not exported by node_modules/vue-runtime-helpers/dist/normalize-component.js**

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"dist/"
4646
],
4747
"dependencies": {
48-
"@vue/component-compiler":"^3.6",
49-
"@vue/component-compiler-utils":"^2.1.0",
48+
"@vue/component-compiler":"^4.0.0",
49+
"@vue/component-compiler-utils":"^3.0.0",
5050
"debug":"^4.1.1",
5151
"hash-sum":"^1.0.2",
5252
"magic-string":"^0.25.2",
@@ -71,7 +71,7 @@
7171
"babel-plugin-transform-es2015-modules-commonjs":"^6.26.2",
7272
"conventional-changelog":"^3.0.5",
7373
"jest":"^23.6.0",
74-
"node-sass":"^4.9.0",
74+
"sass":"^1.18.0",
7575
"postcss":"^7.0.11",
7676
"postcss-assets":"^5.0.0",
7777
"prettier":"^1.12.1",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp