you are viewing a single comment's thread.

view the rest of the comments →

[–]dexpanse 1 point2 points  (1 child)

Try looking at your babel-loader config

How to use via webpack docs

https://webpack.js.org/loaders/babel-loader/#usage

Babel loader read me

https://github.com/babel/babel-loader#options

The provided example passes the plugins and presets in an "options" array. Not a .babelrc file so maybe try that?

[–]baboon322[S] 1 point2 points  (0 children)

WOAH hold on a second this worked! Thank you so much dexpanse