GMOD / jbrowse-plugin-template

Template to quickly start a new JBrowse 2 plugin
https://jbrowse.org/
Apache License 2.0
4 stars 0 forks source link

Use ES module for runtime plugin builds #16

Closed garrettjstevens closed 2 years ago

garrettjstevens commented 3 years ago

This, in combination with https://github.com/GMOD/jbrowse-components/pull/2114, allows plugins to build ES modules for the runtime plugins. This allows desktop plugins to use node builtin modules.

It gets rid of TSDX and instead uses Rollup directly (instead of through TSDX), with the @jbrowse/development-tools package providing the rollup config.

Marking as a draft, since this should not be merged until the corresponding jbrowse-components change is released.

garrettjstevens commented 2 years ago

Superseded by #24