Skip to content

Commit fc74b86

Browse files
committed
Rearranging README slightly
1 parent 43f0a38 commit fc74b86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
npm install ts-loader
99
```
1010

11+
### Running
12+
13+
Use webpack like normal, including `webpack --watch` and `webpack-dev-server`, or through another
14+
build system using the [Node.js API](http://webpack.github.io/docs/node.js-api.html).
15+
1116
### Configuration
1217

1318
1. Add `.ts` as a resolvable extension.
@@ -27,11 +32,6 @@ module.exports = {
2732
}
2833
```
2934

30-
### Running
31-
32-
Use webpack like normal, including `webpack --watch` and `webpack-dev-server`, or through another
33-
build system using the [Node.js API](http://webpack.github.io/docs/node.js-api.html).
34-
3535
#### Options
3636

3737
##### target

0 commit comments

Comments
 (0)