Skip to content

Commit 276c1d3

Browse files
authored
chore: remove prompts alias (#19507)
1 parent 63ef962 commit 276c1d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/create-vite/build.config.ts

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ export default defineBuildConfig({
1515
minify: true,
1616
},
1717
},
18-
alias: {
19-
// we can always use non-transpiled code since we support node 18+
20-
prompts: 'prompts/lib/index.js',
21-
},
2218
hooks: {
2319
'rollup:options'(_ctx, options) {
2420
options.plugins = [

0 commit comments

Comments
 (0)