Ivan Kopeykin
Ivan Kopeykin
you are using `import.meta.webpackContexts` but should use `import.meta.webpackContext` ( without `s` in the ending )
then you have loader that changes `import.meta.webpackContext` to `{}.webpackContext`
> I think we should throw an error on empty import.meta.webpackContext()
`library.type=module` need some enhancement, but unfortunately this is low priority...
added on board https://github.com/webpack/webpack/projects/8#column-18928777
hm.. maybe related to https://github.com/webpack/webpack/issues/15206
hm.. but how this triggers second rebuild?
@alexander-akait should we track issue in webpack repo?