Skip to content

Commit

Permalink
Rearranging README slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Mar 13, 2015
1 parent 43f0a38 commit fc74b86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
npm install ts-loader
```

### Running

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).

### Configuration

1. Add `.ts` as a resolvable extension.
Expand All @@ -27,11 +32,6 @@ module.exports = {
}
```

### Running

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).

#### Options

##### target
Expand Down

0 comments on commit fc74b86

Please sign in to comment.