if the user selects yes for this option in the CLI, then the following needs to happen: - [ ] @babel/cli, @babel/core, @babel/preset-env, and rimraf need added to package.json with "latest" versions (if and only if this option was true) - [ ] `.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) - [ ] make sure that the default target in `.babelrc` is v8.x+ LTS - [ ] "main" property in package.json needs set to `lib/index.js` (if and only if this option was true) - [ ] "index.js" file needs moved into src/index.js folder (if and only if this option was true) - [ ] "files" block needs set in package.json similar to this, but without "dist" https://github.com/niftylettuce/parse-err/blob/master/package.json#L86-L89 (if and only if this option was true) - [ ] "scripts" block needs updated in package.json similar to this https://github.com/niftylettuce/parse-err/blob/master/package.json#L137-L143 (if and only if this option was true)
if the user selects yes for this option in the CLI, then the following needs to happen:
.babelrcfile 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).babelrcis v8.x+ LTSlib/index.js(if and only if this option was true)