refactor: export filer webpack plugin in index.js
This commit is contained in:
parent
d040763a73
commit
2bcf7e560b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue