Skip to content

Commit

Permalink
npx ember-cli-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobisjan committed Sep 27, 2023
1 parent da5e862 commit 0d3790a
Show file tree
Hide file tree
Showing 7 changed files with 30,206 additions and 17,280 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# compiled output
/dist/
/declarations/

# dependencies
/node_modules/
Expand Down
4 changes: 2 additions & 2 deletions config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.1.0",
"version": "5.3.0",
"blueprints": [
{
"name": "app",
Expand All @@ -18,4 +18,4 @@
]
}
]
}
}
4 changes: 3 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module.exports = function (defaults) {
prember: {
urls: ['/'],
},

'ember-cli-babel': { enableTypeScriptTransform: true },
});

return prerender(
Expand All @@ -31,6 +33,6 @@ module.exports = function (defaults) {
devtool: 'source-map',
},
},
})
}),
);
};
Loading

0 comments on commit 0d3790a

Please sign in to comment.