docs: fix typo in webpack plugin docs
This commit is contained in:
parent
0f812fc6a0
commit
ce56539190
|
@ -74,7 +74,7 @@ module.exports = {
|
||||||
|
|
||||||
The filer webpack plugin will, by default, shim the [fs](http://nodejs.org/api/fs.html),
|
The filer webpack plugin will, by default, shim the [fs](http://nodejs.org/api/fs.html),
|
||||||
[path](http://nodejs.org/api/path.html) and [buffer](http://nodejs.org/api/buffer.html) modules. However,
|
[path](http://nodejs.org/api/path.html) and [buffer](http://nodejs.org/api/buffer.html) modules. However,
|
||||||
it's behaviour can be customised by passing an options.
|
it's behaviour can be customised by passing an options object.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// webpack.config.js
|
// webpack.config.js
|
||||||
|
|
Loading…
Reference in New Issue