9d3903a1db
This is an initial implement that at the moment constructs the required SVG layout to be used by D3.
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
{
|
|
"presets": [
|
|
"react",
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
["transform-object-rest-spread", {
|
|
"useBuiltIns": true
|
|
}],
|
|
"add-module-exports",
|
|
"transform-es2015-modules-commonjs",
|
|
"react-hot-loader/babel"
|
|
],
|
|
"sourceMaps": "both"
|
|
}
|