You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have a ES module versionimport pbf from 'https://unpkg.com/pbf@3.2.0/dist/pbf.mjs?module' please and a proto compiler --module flag that can output a module instead of a self thing. Life is to short to wait for a stable nodejs mjs release :)
Was hoping a bit of CI magic can generate a extra dist mjs automatically
Thanks
The text was updated successfully, but these errors were encountered:
gertcuykens
changed the title
import {pbf} from 'https://unpkg.com/mapbox/pbf?module'
--browser flag output module instead of self things
Mar 19, 2019
gertcuykens
changed the title
--browser flag output module instead of self things
--module flag output module instead of self things
Mar 19, 2019
Can we have a ES module version
import pbf from 'https://unpkg.com/pbf@3.2.0/dist/pbf.mjs?module'
please and a proto compiler--module
flag that can output a module instead of aself
thing. Life is to short to wait for a stable nodejs mjs release :)Was hoping a bit of CI magic can generate a extra dist mjs automatically
Thanks
The text was updated successfully, but these errors were encountered: