Skip to content

Commit 137431b

Browse files
committed
edits
1 parent 689e9f1 commit 137431b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/configurations/pre-processors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ npm install coffee-loader --save-dev
3232
</script>
3333
```
3434

35-
We will talk more about Babel/ES2015 configurations in another section.
36-
3735
### Templates
3836

3937
Processing templates is a little different, because most Webpack template loaders such as `jade-loader` returns a template function instead of compiled HTML string. So instead of using `jade-loader`, we will use `template-html-loader` plus the raw `jade` compiler:

0 commit comments

Comments
 (0)