Closed Phil147 closed 2 years ago
Yes. those are optional items. will fix 👍
Fixed in v7.0.0-alpha.2
hey @sibiraj-s thanks for the quick fix. the version is not on npm yet, when are you planning to release it? :)
Can you check again. its there...
I have now fixed the dist tags. previously latest is pointing to alpha. check now?
Turned out to be some caching issues on my end. Thanks for looking into it!
Issue
The simplest form like
is not working with typescript and v7.0.0-alpha.1 anymore. Typescript will throw with:
Possibly introduced by: https://github.com/gregnb/filemanager-webpack-plugin/pull/111/files#diff-a150fb53afee945f23f3fe7c176007111f3ba81bb0d188af4077d4a0fc4caa37R23-R26
I think
options
andglobOptions
should be optional. Works fine with 7.0.0-alpha.0Your Environment