Skip to content

nguyenlam123/d3-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3-webpack

Bare minimum example showcasing d3 v7 with webpack 5. Initially it was thought that d3 didn't provide file extensions which causes webpack 5 to fail compilation due to https://webpack.js.org/configuration/module/#resolvefullyspecified, but here is actually a working example using babel-loader.

Prerequisites

  • node >= 14.17.1
  • npm >= 6.14.13

Start up

If you have just cloned this repo do the following

npm i
npm start

otherwise if you have node_modules installed, just do

npm start

About

Demo for d3 v7 with webpack 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published