ain / smartbanner.js

Customisable smart app banners for iOS and Android
https://npmjs.com/package/smartbanner.js
GNU General Public License v3.0
611 stars 178 forks source link

min file no correctly exported? #588

Closed lr-mjaouen closed 1 year ago

lr-mjaouen commented 1 year ago

Steps to reproduce:

1.look at the .min.js file in /dist 2. 3.

What happens: I see this in the min file, is it normal?

artBanner},{"./bakery.js":1,"./detector.js":2,"./optionparser.js":4}]},{

What should happen:

one bundle?

lr-mjaouen commented 1 year ago

my bad it must be the source map?

ain commented 1 year ago

Last release was v1.19.1 where dist/smartbanner.min.js is intact within the release package. It is also intact at https://github.com/ain/smartbanner.js/blob/main/dist/smartbanner.min.js

Please see Basic usage for the implementation guidance.