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

Appearance settings

Commit 2d95593

Browse filesBrowse files
jbruniyyx990803
authored andcommitted
Update advanced.md - match style of extract-css.md (vuejs#429)
1 parent 123f4e2 commit 2d95593
Copy full SHA for 2d95593

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/en/configurations/advanced.md

Copy file name to clipboardExpand all lines: docs/en/configurations/advanced.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sometimes you may want to apply a custom loader string to a language instead of letting `vue-loader` infer it. Or you may simply want to overwrite the built-in loader configuration for the default languages. To do that, add a `vue` block in your Webpack config file, and specify the `loaders` option.
44

5-
Webpack 1.x Example:
5+
### Webpack 1.x
66

77
``` js
88
// webpack.config.js
@@ -30,7 +30,7 @@ module.exports = {
3030
}
3131
```
3232

33-
Webpack 2.x (^2.1.0-beta.25):
33+
### Webpack 2.x (^2.1.0-beta.25)
3434

3535
``` js
3636
module.exports = {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.