I use webpack to to bundle a ReactJS component. This ReactJS component has some dependencies and one of them is jQuery. Right now I just run webpack to create the bundled script.
Now I'd like to integrate the bundled script (representing my ReactJS…
I am trying to use Promise in an react app using webpack but I have this error :
'Promise' is not defined no-undef
So far, everything was working well (used babel to translate js and jsx) but unfortunately Promise does not work.
Furthermore, I…
Using Webpack, and following survivejs tutorial.
I've succesfully ran
npm run build
And got index.html and bundle.js inside a build directory.
When I try to put these on my server folder, and run index.html I get the following error:
Uncaught…