refactor: export filer webpack plugin in index.js

This commit is contained in:
Ben Heidemann 2021-04-04 01:22:50 +01:00 committed by David Humphrey
parent d040763a73
commit 2bcf7e560b
1 changed files with 2 additions and 1 deletions

View File

@ -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