filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
613 stars 153 forks source link

Fix Issue #790 #793

Closed bcheidemann closed 2 years ago

bcheidemann commented 2 years ago

This fixes issue #790 by exposing the FilerWebpackPlugin class through it's own import.

var { FilerWebpackPlugin } = require('filer/webpack');

It also deprecates the following:

var { FilerWebpackPlugin } = require('filer');

And updates the documentation in README.md to reflect these changes.

bcheidemann commented 2 years ago

@humphd what do you think?