Commit 9216612e authored by teal-front's avatar teal-front Committed by Evan You

docs: update pre-processors.md (#1275)

postcss portion, modify 'style-loader' to 'vue-style-loader'
parent f4c0d8a9
...@@ -142,7 +142,7 @@ npm install -D postcss-loader ...@@ -142,7 +142,7 @@ npm install -D postcss-loader
{ {
test: /\.css$/, test: /\.css$/,
use: [ use: [
'style-loader', 'vue-style-loader',
{ {
loader: 'css-loader', loader: 'css-loader',
options: { importLoaders: 1 } options: { importLoaders: 1 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment