tinyify
tinyify copied to clipboard
Shakeify issue?
I'm bundling Bree with browserify + tinyify at https://github.com/breejs/bree and it's outputting this error whenever it's loaded:

I'm assuming this is due to shakeify?
Yeah, definitely seems like it - I was able to change -p tinyify to cross-env NODE_ENV=production browserify src/index.js -o dist/bree.min.js -s Bree -g [ babelify --configFile ./.dist.babelrc ] -g unassertify -g @goto-bus-stop/envify -g uglifyify -p browser-pack-flat/plugin and it works okay now.