Despite loading core-js & regenerator-runtime I still can’t get async/await to work for my JavaScript with WebPack
An async/await call doesn’t work. I loaded core-js and regenerator-runtime to fix that but it still isn’t working. I’m guessing it’s a matter of the proper components. That’s why I posted my package.json and webpack.config.js files below.
Despite loading core-js & regenerator-runtime I still can’t get async/await to work for my JavaScript with WebPack
An async/await call doesn’t work. I loaded core-js and regenerator-runtime to fix that but it still isn’t working. I’m guessing it’s a matter of the proper components. That’s why I posted my package.json and webpack.config.js files below.
Despite loading core-js & regenerator-runtime I still can’t get async/await to work for my JavaScript with WebPack
An async/await call doesn’t work. I loaded core-js and regenerator-runtime to fix that but it still isn’t working. I’m guessing it’s a matter of the proper components. That’s why I posted my package.json and webpack.config.js files below.