docs: add missing filer import in webpack.config.js code snippet

This commit is contained in:
Ben Heidemann 2021-04-04 02:05:51 +01:00 committed by David Humphrey
parent 6a20ac2c3f
commit 767c83706b
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ or require. This can be implemented as follows:
```javascript
// webpack.config.js
const webpack = require('webpack');
var filer = require('filer');
var webpack = require('webpack');
module.exports = {
plugins: [