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.
1 parent 63ef962 commit 276c1d3Copy full SHA for 276c1d3
1 file changed
packages/create-vite/build.config.ts
@@ -15,10 +15,6 @@ export default defineBuildConfig({
15
minify: true,
16
},
17
18
- alias: {
19
- // we can always use non-transpiled code since we support node 18+
20
- prompts: 'prompts/lib/index.js',
21
- },
22
hooks: {
23
'rollup:options'(_ctx, options) {
24
options.plugins = [
0 commit comments