Fix typo in Scripts section

This commit is contained in:
Rüdiger Herrmann
2018-10-10 14:26:42 +02:00
committed by GitHub
parent 4524d2ae9d
commit 324d25c481

View File

@ -8,7 +8,7 @@ Webpack in configured in the [`webpack.config.js`](./webpack.config.js)-file. Fi
## Scripts
The `scripts`-section of the [`package.json`](./package.json)-file has entries for webpack. Those compile TypeScript and produce the bundle as well as producing a minified production build. Note, that there is no dedicated TypeScript-script as webpack takes are of that.
The `scripts`-section of the [`package.json`](./package.json)-file has entries for webpack. Those compile TypeScript and produce the bundle as well as producing a minified production build. Note, that there is no dedicated TypeScript-script as webpack takes care of that.
## More