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
I'd be interested to know more about what the user is doing and what isn't working.
I created a bare minimum node package, added mapbox-gl-style-build as a dependency, and imported buildStyle. This all works fine on my end. I'm not actually trying to build styles with it yet but I can definitely see and invoke buildStyle.
We have reports from a client that this repo doesn't export thebuildStyle
function when used in node. It works fine as a binary script.It should export fine as a module, but if it's not, it may be an issue withparcel
as our bundler.[EDIT] See #21 (comment)
Should we export
buildStyles
(plural) as a JS function from the module instead of only making this available as a bin script?The text was updated successfully, but these errors were encountered: