We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No errors.
Error: Cannot read property 'hooks' of undefined occures when building project with exposed ts modules.
Cannot read property 'hooks' of undefined
// index.ts function foo() {}; export default foo;
Repo with example: https://github.com/MhMadHamster/webpack-expose-ts-modules
Initially opened issue in the expose-loader repository: webpack-contrib/expose-loader#115
expose-loader
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
No errors.
Actual Behavior
Error:
Cannot read property 'hooks' of undefined
occures when building project with exposed ts modules.Code
How Do We Reproduce?
Repo with example: https://github.com/MhMadHamster/webpack-expose-ts-modules
Initially opened issue in the
expose-loader
repository: webpack-contrib/expose-loader#115The text was updated successfully, but these errors were encountered: