Skip to content
New issue

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

Reify with webpack #239

Open
mariusrak opened this issue Feb 18, 2020 · 1 comment
Open

Reify with webpack #239

mariusrak opened this issue Feb 18, 2020 · 1 comment

Comments

@mariusrak
Copy link

Hi, is it possible, to use reify with webpack?
I'm using ardatan:webpack with meteor and I'd like to use also reify as one of plugins for babel-loader. However I'm getting error:

TypeError: module.link is not a function

How could I make it work?
Thanks.

@ddaydd
Copy link

ddaydd commented Feb 25, 2022

I had the same error "TypeError: module.link is not a function" with the nengi package and I had to add "type": "module" in the package.json and change "main": "index.js" to "main": "index-es6.js"
maybe this could help someone...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants