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
I've tried to get this (remix-run/react-router#3232 ) to work, but without success. I ran into the following problems.
require.ensuire is not a function.
After I polly-fill the require.ensure for the server-side, the project builds and runs but the routes are not working.
Due to the second problem above, I checked the webpack package using the tool at http://webpack.github.io/analyse/#home where I found that webpack never created the split point chunk.
One curious thing though, when I used the AMD version of require (require([], cb) instead of require.ensure([], cb)), webpack did generated the chunk for the split point. But the routes still didn't work.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I've tried to get this (remix-run/react-router#3232 ) to work, but without success. I ran into the following problems.
One curious thing though, when I used the AMD version of require (require([], cb) instead of require.ensure([], cb)), webpack did generated the chunk for the split point. But the routes still didn't work.
Any thoughts?
The text was updated successfully, but these errors were encountered: