Skip to content

Commit

Permalink
Move ember-route-template to the TS block of deps, fix comment placem…
Browse files Browse the repository at this point in the history
…ent, note RFC 1046
  • Loading branch information
NullVoxPopuli committed Oct 7, 2024
1 parent 95b8fe0 commit 4a3c24a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ module.exports = {
'@rollup/plugin-babel',
'decorator-transforms',

// Dependencies out of date from upstream
// (or waiting for the release train to catch up)
'eslint@latest',
'eslint-plugin-ember@latest',
'eslint-plugin-n@latest',
Expand All @@ -140,14 +142,13 @@ module.exports = {
'babel-plugin-ember-template-compilation',
'prettier-plugin-ember-template-tag',

// Dependencies out of date from upstream
// (or waiting for the release train to catch up)
'ember-route-template',

// TypeScript
// Note that Vite supports TypeScript with 0 configuration on the user's part
...(options.typescript
? [
// See RFC: https://github.com/emberjs/rfcs/pull/1046
'ember-route-template',

'@babel/plugin-transform-typescript',
// TODO: see if there is a better way we can
// sync these libraries' versions
Expand Down

0 comments on commit 4a3c24a

Please sign in to comment.