Skip to content

Commit e4230fd

Browse files
dobbsryanyyx990803
authored andcommitted
Update README.md (vuejs#270)
1 parent 4620685 commit e4230fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ But Webpack can do more than that. With "loaders", we can teach Webpack to trans
3131
- Transpile ES2015, CoffeeScript or TypeScript modules into plain ES5 CommonJS modules;
3232
- Optionally you can pipe the source code through a linter before doing the compilation;
3333
- Transpile Jade templates into plain HTML and inline it as a JavaScript string;
34-
- Transpile SASS files into plain CSS, then convert it into a JavaScript snippet that insert the resulting CSS as a `<style>` tag;
34+
- Transpile SASS files into plain CSS, then convert it into a JavaScript snippet that inserts the resulting CSS as a `<style>` tag;
3535
- Process an image file referenced in HTML or CSS, moved it to the desired destination based on the path configurations, and naming it using its md5 hash.
3636

3737
Webpack is so powerful that when you understand how it works, it can dramatically improve your front-end workflow. Its primary drawback is verbose and complex configuration; but with this guide you should be able to find solutions for most common issues when using Webpack with Vue.js and `vue-loader`.

0 commit comments

Comments
 (0)