We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9642b14 commit 800bb43Copy full SHA for 800bb43
1 file changed
packages/create-react-native-library/templates/tools/vite/example/vite.config.mjs
@@ -7,7 +7,7 @@ export default defineConfig((env) =>
7
mergeConfig(config(env), {
8
resolve: {
9
alias: {
10
- '<%- project.slug -%>': new URL('..', import.meta.url),
+ [pack.name]: new URL('..', import.meta.url),
11
},
12
dedupe: Object.keys(pack.peerDependencies),
13
0 commit comments