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
note that browserify and minify should use lib/ not src/ as previously linked (otherwise "browser" references in package.json will not be used, since src path would be referenced instead)
if the user selects yes for this option in the CLI, then the following needs to happen:
.babelrc
file needs created similar to https://github.com/niftylettuce/parse-err/blob/master/.babelrc (omit the "browsers" target for now) - (if and only if this option was true - you can use filters concept in sao to whitelist this file https://sao.js.org/#/create?id=filters if babel option was true).babelrc
is v8.x+ LTSlib/index.js
(if and only if this option was true)The text was updated successfully, but these errors were encountered: