Hello dear support command, I’m really sorry that I’ve made this issue, because in there are the same 2 topics. But I cannot deploy my site after introducing webpack in my app.
I’ve read the 2 topics, but It doesn’t work for me, please, help me.
I deployed your site using Netlify Drop. This appears in the console.
Uncaught SyntaxError: Cannot use import statement outside a module
because you have import "./style.css" in your index.js. Remove the import and add <link rel="stylesheet" type="text/css" href="style.css"/> to into the <head> ... </head> of your index.html.
Also, consider making your video smaller, converting it to webm, or using a service such as Cloudinary to host the video or use Netlify LFS.
Note: there is not need for the package.json, package-lock.json or webpack.config.js files as there is nothing to build as is evidenced by the deploy preview I made after removing aforementioned files https://60e946749c263100081c8b58–stoic-panini-2296fb.netlify.app (deploy log here.)