You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...
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:
How could I make it work?
Thanks.
The text was updated successfully, but these errors were encountered: