We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10190fa + 851454e commit 3dff1f9Copy full SHA for 3dff1f9
1 file changed
src/plugin.ts
@@ -405,14 +405,7 @@ function buildPrecompileOptions<EnvSpecificOptions>(
405
// don't account for extension
406
meta: meta as PreprocessOptions['meta'],
407
408
- // TODO: embroider's template-compiler allows this to be overriden to get
409
- // backward-compatible module names that don't match the real name of the
410
- // on-disk file. What's our plan for migrating people away from that?
411
- moduleName: state.filename,
412
-
413
- // This is here so it's *always* the real filename. Historically, there is
414
- // also `moduleName` but that did not match the real on-disk filename, it
415
- // was the notional runtime module name from classic ember builds.
+ // This is here so it's *always* the real filename.
416
filename: state.filename,
417
418
plugins: {
0 commit comments