chung2014
Results
2
comments of
chung2014
@theevilhead Yes, working with webpack settings is complex. And your suggest works. After adding the snippet into webpack.config.babel.js, I can run `npm run start` without error. How about if I...
@theevilhead After I check the webpack config files, I found that all `webpack.config.(dev|prod|server).js` contain the code snippet you suggested, so why it is the case that only `webpack.config.babel.js` doesn't contains...