Skip to content

Commit

Permalink
Update typescript doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari committed Mar 4, 2018
1 parent cd36cd5 commit 76c789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ yarn add html-loader
2. Add html-loader to `config/webpack/environment.js`

```js
environment.loaders.set('html', {
environment.loaders.append('html', {
test: /\.html$/,
use: [{
loader: 'html-loader',
Expand Down

0 comments on commit 76c789d

Please sign in to comment.