File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -405,14 +405,7 @@ function buildPrecompileOptions<EnvSpecificOptions>(
405405 // don't account for extension
406406 meta : meta as PreprocessOptions [ 'meta' ] ,
407407
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.
408+ // This is here so it's *always* the real filename.
416409 filename : state . filename ,
417410
418411 plugins : {
You can’t perform that action at this time.
0 commit comments