From 2bcf7e560bab27d5fb5a48c3ce339ad81adc4fe1 Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sun, 4 Apr 2021 01:22:50 +0100 Subject: [PATCH] refactor: export filer webpack plugin in index.js --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index c89fdf9..ce2cc30 100644 --- a/src/index.js +++ b/src/index.js @@ -8,7 +8,8 @@ module.exports = Filer = { Path: require('./path.js'), path: require('./path.js'), Errors: require('./errors.js'), - Shell: require('./shell/shell.js') + Shell: require('./shell/shell.js'), + FilerWebpackPlugin: require('./webpack-plugin/plugin'), }; // Add a getter for the `fs` instance, which returns