-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FLUSH CHUNKS]: Unable to find pages-Home in Webpack chunks. Please check usage of Babel plugin. #74
Comments
@ScriptedAlchemy Do you have any advice? 😃 |
update or downgrade to @latest on all faceyspacey products |
how old is your config? |
i had that error too wich seems caused by faceyspacey/react-universal-component@8c930fa |
dont use the alphas anymore, everything has been officially released-i decided against 4.0 and instead brought out a stable set of releases in v3 react 16 api will the the next major release |
good to know |
I have updated all faceyspacey modules but it is still not working (they were already @latest)
Could it have anything to do with using Babel 7? I was trying to upgrade everything at once and was hoping for the best 😆 @ScriptedAlchemy |
faceyspacey/react-universal-component@8c930fa The removal of the babel plugin check to replace the '-' with '/' is exactly the problem though, isn't it? Which is why in my logs it can't find |
wait, yeah your build is getting nested, it shouldnt be doing that. One of those deps is not updating its self, can you try killing your yarn lock and node modules Inside RUC you can also add search it on the RUC readme |
Pretty much, im keeping the dashes instead of slashes, to resolve it in flush chunks is not worth the hassle. |
When I start with a fresh When I add the option But now I am having a problem with Webpack making another package (specifically redux-responsive) not work. Could Webpack's new optimization settings be too aggressive to the point where some javascript isn't making it into the build files? I just debugged all my packages (updated them all 1-by-1) and the only time my site stops working (the redux-responsive module, which has nothing to do with Webpack) is when it comes to updating the faceyspacey modules and Webpack to v4. @ScriptedAlchemy |
Sadly, for things like this, theres so many variables. Ive seen this issue show up before, it must be something related to babel configurations? without seeing the whole project, i cant determine the issue. if things are updated, and configured properly - it works |
might be your autodll plugin |
Here is my
There are discrepancies between the faceyspacey modules on how to setup everything together, e.g. webpack optimization settings, which may be causing my problem (too many settings that I tossed together). Is there any word on an updated demo of all the faceyspacey modules? |
Do you compile your server code? |
you got a repo for me? |
also check this: |
I'm receiving this error after updating to Webpack 4 and updated the Universal modules:
[FLUSH CHUNKS]: Unable to find pages-Home in Webpack chunks. Please check usage of Babel plugin.
My page no longer loads the page specific
.js
file. (Used to load<script type="text/javascript" src="/page/Home.js" defer="defer"></script>
)This is what shows up in my HTML now:
The page successfully loads, but it is without javascript. What have I done wrong?
client.dev.js
server.dev.js
The text was updated successfully, but these errors were encountered: