Skip to content

Commit 9216612

Browse files
teal-frontyyx990803
authored andcommitted
docs: update pre-processors.md (#1275)
postcss portion, modify 'style-loader' to 'vue-style-loader'
1 parent f4c0d8a commit 9216612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/pre-processors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ npm install -D postcss-loader
142142
{
143143
test: /\.css$/,
144144
use: [
145-
'style-loader',
145+
'vue-style-loader',
146146
{
147147
loader: 'css-loader',
148148
options: { importLoaders: 1 }

0 commit comments

Comments
 (0)