Conversation
|
You could just import the dist file like so: |
|
Ya, but that will only work if someone writes Cheers. |
|
I can adjust the code to fix the use of module exports/global etc. I think that would be a better approach. I dont want to ship the minified or build as the main package as I already ship an ES5 build. So your saying your having trouble using this with webpack? Where and how, could you expand? Sorry, been busy on other projects. But I think we can safe wrap module, so that is nicely exports to global if available. I have no trouble using this module with webpack though, so I dont see where the trouble area is coming from. This module is published in ES5 common JS code, so it should work with webpack/nodejs out of the box. It's constructued in ES6, but shipped in NPM in ES6 common JS compliance. |
deprecate nodejs < v8.17, npm < v6
Exposing prebuilt package so it can be used without babel in other projects. (or at least without a global transform)