Hi Zac,
First of all, Happy New Year! I haven’t been here for a few months and I’m trying to get back into the swing of immersing myself in this course.
In following along with 2.1.13.02 I am unable to get Webpack to build successfully after running npm i –save (Node V7.10.1). Instead, I am getting this error:
ERROR in ./src/index.js
Module build failed: ReferenceError: Unknown plugin "transform-runtime" specified
I haven’t encountered this error before and I was wondering if anyone else has, and if so, is there a solution?
I did try (after some searching) installing babel-preset-stage-2
to see if that would remedy the issue, but it did not resolve the error.
Thanks so much!
Juliette