Closed saminzadeh closed 6 years ago
Took another stab. I believe we we're having issues with minification because we had a mix of commonJS and es6 imports. I went ahead and converted the code to be more modern JS (es6)
This diff accomplishes the following:
You can try it on my own branch: https://cdn.rawgit.com/saminzadeh/itemsjs/es6-nwb-build/dist/itemsjs.js https://cdn.rawgit.com/saminzadeh/itemsjs/es6-nwb-build/dist/itemsjs.min.js
Closing in favor of #22
Took another stab. I believe we we're having issues with minification because we had a mix of commonJS and es6 imports. I went ahead and converted the code to be more modern JS (es6)
This diff accomplishes the following:
You can try it on my own branch: https://cdn.rawgit.com/saminzadeh/itemsjs/es6-nwb-build/dist/itemsjs.js https://cdn.rawgit.com/saminzadeh/itemsjs/es6-nwb-build/dist/itemsjs.min.js