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
Distribute the npm package with both a src and a dist folder, where we compile all source ES6 code with Babel to a single file in the dist folder (possibly using a prepublish hook in package.json), preferably where all modules are namespaced in a main bolts object.
The text was updated successfully, but these errors were encountered:
We should be able to solve this by shipping Bolts with one index.js and one index.es6.js, and specifying index.js as main, and index.es6.js as module in our package.json
Distribute the npm package with both a
src
and adist
folder, where we compile all source ES6 code with Babel to a single file in thedist
folder (possibly using aprepublish
hook inpackage.json
), preferably where all modules are namespaced in a main bolts object.The text was updated successfully, but these errors were encountered: