fix: make wepback plugin available from filer/webpack

This commit is contained in:
bcheidemann 2021-11-13 20:15:14 +00:00
parent 4112d072b5
commit fd3e397f12
1 changed files with 3 additions and 0 deletions

3
webpack/index.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
FilerWebpackPlugin: require('../src/webpack-plugin'),
};