We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f0a38 commit fc74b86Copy full SHA for fc74b86
README.md
@@ -8,6 +8,11 @@
8
npm install ts-loader
9
```
10
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
16
### Configuration
17
18
1. Add `.ts` as a resolvable extension.
@@ -27,11 +32,6 @@ module.exports = {
27
32
}
28
33
29
34
30
-### Running
31
-
-Use webpack like normal, including `webpack --watch` and `webpack-dev-server`, or through another
-build system using the [Node.js API](http://webpack.github.io/docs/node.js-api.html).
35
#### Options
36
37
##### target
0 commit comments