Skip to content

Commit

Permalink
chore: fix package name [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 12, 2019
1 parent 759b07d commit c8a2125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ In a nutshell, the combination of webpack and `vue-loader` gives you a modern, f
`vue-loader` is not a simple source transform loader. It handles each language blocks inside an SFC with its own dedicated loader chain (you can think of each block as a "virtual module"), and finally assembles the blocks together into the final module. Here's a brief overview of how the whole thing works:

1. `vue-loader` parses the SFC source code into an *SFC Descriptor* using `@vue/compiler-sfc`. It then generates an import for each language block so the actual returned module code looks like this:
1. `vue-loader` parses the SFC source code into an *SFC Descriptor* using `@vue/component-compiler-utils`. It then generates an import for each language block so the actual returned module code looks like this:

``` js
// code returned from the main loader for 'source.vue'
Expand Down

0 comments on commit c8a2125

Please sign in to comment.