Skip to content

Commit 35ccbed

Browse files
Update vite.config.mjs
1 parent 3f87e2b commit 35ccbed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test-app/vite.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { babel } from '@rollup/plugin-babel';
44

55
export default defineConfig({
66
plugins: [
7-
...(process.env.ENABLE_COMPAT_BUILD ? [classicEmberSupport()] : []),
8-
hbs(),
7+
...(process.env.ENABLE_COMPAT_BUILD ? [classicEmberSupport()] : [hbs()]),
98
ember(),
109
babel({
1110
babelHelpers: 'runtime',

0 commit comments

Comments
 (0)