We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de359fa + 311b9ca commit e1f95acCopy full SHA for e1f95ac
1 file changed
files/vite.config.mjs
@@ -6,14 +6,6 @@ import { babel } from '@rollup/plugin-babel';
6
const isCompat = Boolean(process.env.ENABLE_COMPAT_BUILD);
7
8
export default defineConfig({
9
- resolve: {
10
- alias: [
11
- {
12
- find: '<%= name %>',
13
- replacement: `${__dirname}/src`,
14
- },
15
- ],
16
17
plugins: [
18
...(isCompat ? [classicEmberSupport()] : []),
19
ember(),
0 commit comments