-
Notifications
You must be signed in to change notification settings - Fork 73
Webpack not compatible with require aliases #126
Comments
I've been doing some digging into this. It seems webpack spots the Unfortunately this means this means that the current build (1.1.7) is still affected since it includes the I think we can work around this with |
Just ran some tests and can confirm that this PR fixes the issue for model-maker #127 |
Reopening because this is an issue again in 1.1.8 |
I am having this exact same issue with 1.1.8. Any recommendations? |
Please, someone help! |
Thanks for bumping this, I would suggest using |
I can't reproduce this with If you have a package lock file could you check the output just to make sure We'll aim to ship a fix for this on Monday. Thanks for your patience! |
Thanks again bnjm! -from the blockvue dev team |
hey @bleudreams, there is a PR submitted to resolve this issue: #135, we'll make another release soon to include it! |
This is fixed in @bleudreams Let us know if you still have any problems with this! |
Benjamin,
Thank you so much for the reply. I really appreciate.
KRH
…On Wednesday, May 2, 2018, Benjamin Devine ***@***.***> wrote:
This is fixed in 1.2.0 which is available now.
@bleudreams <https://github.com/bleudreams> Let us know if you still have
any problems with this!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aa41h_2UQFdz59N4B2GQGKrFJykn0C7bks5tuZ_cgaJpZM4SG-mg>
.
|
How to Reproduce
npm install [email protected]
Actual Result
runtime.require
(WIP, precise error message follows)Expected Result
Note
runtime.require
are needed in react native context. Details: 3dio.js can't be bundled with React Native because of dynamic requires #89The text was updated successfully, but these errors were encountered: