Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal app template #2205

Merged
merged 26 commits into from
Feb 7, 2025
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7bfaf1a
Copy app-template to app-template-minimal
NullVoxPopuli Dec 10, 2024
c755e65
Make minimal
NullVoxPopuli Dec 10, 2024
9cb8e3a
use new ember-qunit in minimal app template
mansona Dec 19, 2024
b0db52e
use the hbs plugin since we don't have gjs app templates
mansona Dec 19, 2024
6ea29c2
make resolver-transform able to run without a pre-build
mansona Dec 19, 2024
92cc2be
updating to ember 6.3 alpha and fixing resolver paths
ef4 Jan 7, 2025
472ffba
Remove linting and unused deps in minimal blueprint
NullVoxPopuli Jan 14, 2025
c0ae02c
Remove directories, bump engines
NullVoxPopuli Jan 14, 2025
4cb5736
it works
NullVoxPopuli Jan 14, 2025
f4b69b3
add a test for minimal app
mansona Jan 20, 2025
0a61589
Merge remote-tracking branch 'origin/main' into minimal-app-template
mansona Jan 20, 2025
9ef34eb
fix linting
mansona Jan 20, 2025
24a113a
fix v2 dep optimization test
mansona Jan 21, 2025
3314c3d
adjusting minimal app template setup
ef4 Jan 21, 2025
3b6f6c6
Merge remote-tracking branch 'origin/main' into minimal-app-template
mansona Jan 21, 2025
1f9584a
fix basic tests in minimal template
mansona Jan 28, 2025
21e3d4c
fix minimal app crashing if global.EmberENV isn't defined
mansona Jan 29, 2025
41ebcbb
update ember-test-helpers in minimal app
mansona Jan 29, 2025
49df9ff
quick fix for bad emit in minimal app template
mansona Jan 29, 2025
262f2f6
Merge remote-tracking branch 'origin/main' into minimal-app-template
mansona Jan 29, 2025
d50204d
Merge remote-tracking branch 'origin/main' into minimal-app-template
ef4 Feb 6, 2025
938c290
these were supposed to get dropped in #2242
ef4 Feb 7, 2025
9599d22
rolling back hacks
ef4 Feb 7, 2025
cb79f2b
address EmberENV in tests/index.html
ef4 Feb 7, 2025
7ae32cb
committing lockfile
ef4 Feb 7, 2025
2ce8930
adding loader.js only to classic scenarios
ef4 Feb 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use the hbs plugin since we don't have gjs app templates
mansona committed Dec 19, 2024

Verified

This commit was signed with the committer’s verified signature.
mansona Chris Manson
commit b0db52e9159002b21c6dfade3d35e9da5f5eec30
3 changes: 2 additions & 1 deletion tests/app-template-minimal/vite.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { defineConfig } from "vite";
import { extensions, ember } from "@embroider/vite";
import { extensions, ember, hbs } from "@embroider/vite";
import { babel } from "@rollup/plugin-babel";

export default defineConfig({
plugins: [
hbs(),
ember(),
// extra plugins here
babel({