Skip to content

Commit

Permalink
Turns out that js-string-escape outputs html-entities, which isn't wh…
Browse files Browse the repository at this point in the history
…at we want here
  • Loading branch information
NullVoxPopuli committed Dec 20, 2022
1 parent d4e55dc commit 473da62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-auto-import/ts/webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = (function(){
{{! this is only used for synchronous importSync() using a template string }}
return r('_eai_sync_' + specifier)(Array.prototype.slice.call(arguments, 1))
};
d('__v1-addons__early-boot-set__', [{{js-string-escape v1EmberDeps}}], function() {});
d('__v1-addons__early-boot-set__', [{{{v1EmberDeps}}}], function() {});
{{#each staticImports as |module|}}
d('{{js-string-escape module.specifier}}', ['__v1-addons__early-boot-set__'], function() { return require('{{js-string-escape module.specifier}}'); });
{{/each}}
Expand Down

0 comments on commit 473da62

Please sign in to comment.