neo4j-devtools / graph-app-kit

Reusable components for building Graph Apps
Apache License 2.0
17 stars 7 forks source link

Expose new bundle entry at graph-app-kit/components #14

Closed oskarhane closed 6 years ago

oskarhane commented 6 years ago

Allows for imports like:

import { Cypher } from ‘graph-app-kit/components.

I'll need to verify that unused code in that bundle are identified by webpack to reduce final app size.

oskarhane commented 6 years ago

We cannot bundle as umd to have webpack be able to tree shake. We must keep ES Modules for it to work.

oskarhane commented 6 years ago

Webpack not ready yet: https://twitter.com/oskarhane/status/936552559317258242