Updated D3 and babel setup
Sep 1, 2018 · 1 min read
Based on the great story by CodeLikeAGirl Syndicate, here.
Here are the updates, if you follow through the blog.
- Add webpack-cli using
npm i webpack-cli - Replace
loaderswithrules - For some weird reason, bable-core is missing though we install it,
if that error pops out, you can add it usingnpm i @babel/core - And
buildwon’t work, run it withnpm run-script buildor rename it.
