Closed ambrons closed 6 years ago
I checked this project out a few days ago and using node 8.8 with npm 5.5.1 I received the following error.
8.8
5.5.1
npm i && npm run dev
The included PR fixes this issue and makes the boilerplate es6 + webpack application work as intended.
I checked this project out a few days ago and using node
8.8
with npm5.5.1
I received the following error.Before PR with default build
npm i && npm run dev
The included PR fixes this issue and makes the boilerplate es6 + webpack application work as intended.
After PR with default build
npm i && npm run dev