Open
Description
MacOS, node v11.2, npm v 6.5, python 3.6
I have this porject on Window and Mac, it's ok on Windows, but not on Mac, when I run npm run collect
it does it job but nothing changes. I tried to find out the issue and saw that in build folder files have different name than in tutorial, e.g this "runtime" prefix
> [email protected] build-rename-js /Users/menschikov/projects/reactifydjango/src/reactify-ui
> renamer --regex --find 'main\.[^\.]+\.js' --replace 'reactify-django.ui.js' build/static/js/*.js
✔︎ build/static/js/runtime~main.229c360f.js -> build/static/js/runtime~reactify-django.ui.js
seems it can't find necessary files accordingly to regex and rename them
Also I compared each of these 3 generated js files with reactify-django.ui.js from python static files (originally cloned) and they are totally differenet, I did no changes, just run "npm run collect".
If I run "npm run start"everything work on react-only server
Metadata
Metadata
Assignees
Labels
No labels