StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.63k forks source link

Update webpack v3 and change babel es2015 preset to env #186

Closed guilima closed 2 years ago

guilima commented 6 years ago

Current project config was from 1 year ago when the webpack was in v1 and babel recommended preset was es2015

hongsukchoi commented 6 years ago

Hello guilima, unfortunately I am having trouble testing code(mocha) with this babel-prest-env. Do you know the reason why? node js is no supporting es6 import so I have trouble using libraries by nodemodule. I googled a lot and However I can't find the solution