soxhub / ember-scoped-css

MIT License
12 stars 1 forks source link

Fix issue with gts detection when using embroider-webpack's rewritten-app. #257

Closed NullVoxPopuli closed 1 month ago

NullVoxPopuli commented 1 month ago

in embroider's rewritten apps, gts are converted to ts files, as opposed to js, as expected if all the babel plugins had ran. This was a mistake in assumption about the rewritten app -- it is not output, but input into stage 3, and thus has more babel plugins to run.