From 767c83706b4f30c9091cb20104622948175d0f4a Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sun, 4 Apr 2021 02:05:51 +0100 Subject: [PATCH] docs: add missing filer import in webpack.config.js code snippet --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38d87dd..9091e8e 100644 --- a/README.md +++ b/README.md @@ -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: [