fix typo in readme webpack section
This commit is contained in:
parent
14609dfb69
commit
fe31b83e42
1 changed files with 0 additions and 1 deletions
|
@ -1377,7 +1377,6 @@ log.info('hi on info');
|
||||||
## Webpack
|
## Webpack
|
||||||
Webpack can work with the same example Browserify above. To do this, we need to make webpack ignore optional files:
|
Webpack can work with the same example Browserify above. To do this, we need to make webpack ignore optional files:
|
||||||
|
|
||||||
```
|
|
||||||
Now tell webpack to ignore files for
|
Now tell webpack to ignore files for
|
||||||
[optional dependencies](https://webpack.js.org/configuration/module/#module-noparse)
|
[optional dependencies](https://webpack.js.org/configuration/module/#module-noparse)
|
||||||
in your "webpack.config.js":
|
in your "webpack.config.js":
|
||||||
|
|
Loading…
Reference in a new issue