Skip to content

Commit

Permalink
[BUGFIX lts] Fix leftover const expressions in legacy builds (#18576)
Browse files Browse the repository at this point in the history
[BUGFIX lts] Fix leftover const expressions in legacy builds
  • Loading branch information
rwjblue authored Nov 26, 2019
2 parents e418aba + 0988bfa commit eea4136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions broccoli/to-named-amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = function processModulesOnly(tree, strict = false) {
// in both browser and node-land
injectNodeGlobals,
['@babel/transform-template-literals', { loose: true }],
['@babel/transform-block-scoping', { throwIfClosureRequired: true }],
['module-resolver', { resolvePath: resolveRelativeModulePath }],
['@babel/transform-modules-amd', transformOptions],
enifed,
Expand Down

0 comments on commit eea4136

Please sign in to comment.