Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed May 19, 2021
1 parent fa22178 commit 9313310
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ module.exports = function rollupPrivateModule(tree, options) {
// we never need this on our own stuff
disableEmberDataPackagesPolyfill: true,

// we want to leave things as close to es after our own transforms
// so we don't use this
// TODO for the embroider world we want to leave our -private module
// as an es module and only transpile the few things we genuinely care about.
// ideally this would occur as a pre-publish step so that consuming apps would
// just see a `-private.js` file and not pay any additional costs.
// CURRENTLY we transpile the -private module fully acccording to the
// consuming app's config, so we must leave these enabled.
disablePresetEnv: false,

// tells this to leave as is
disableDebugTooling: false,
disableDecoratorTransforms: false,

Expand Down

0 comments on commit 9313310

Please sign in to comment.