Replies: 2 comments
-
I've had this exact problem, I got my problem solved here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your bootstrap.js file is wrong. Importing from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created my project in Symfony 7.0.5 and I would like to add React-UX to my project. I followed this YouTube tutorial: https://youtu.be/jPi9HcP7fU8?si=iG5PjIC43wJBz2an (french video). When I run npm run build, I get these 3 errors:
Here is my app.js:
Here is my bootstrap.js:
Here is my React controller:
Here is my webpack.config.js:
Here is my package.json:
And here is my file tree: https://i.stack.imgur.com/Bqg8e.png
Beta Was this translation helpful? Give feedback.
All reactions