Fixed typo

This commit is contained in:
Erich Gamma
2019-01-24 10:28:24 +01:00
parent e0257ec013
commit 5f795cf78b

View File

@ -4,7 +4,7 @@ This is an extension that uses [https://webpack.js.org]() to bundle and minify i
## Configuration
Webpack in configured in the [`webpack.config.js`](./webpack.config.js)-file. Find annotation inside the file itself or refer to the excellet webpack documentation: [https://webpack.js.org/configuration/](). In short, the config-files defines the entry point of the extension, to use TypeScript, to produce a commonjs-module, and what modules not to bundle.
Webpack in configured in the [`webpack.config.js`](./webpack.config.js)-file. Find annotation inside the file itself or refer to the excellent webpack documentation: [https://webpack.js.org/configuration/](). In short, the config-files defines the entry point of the extension, to use TypeScript, to produce a commonjs-module, and what modules not to bundle.
## Scripts