-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wont build with yarn #1
Comments
The issue lies in vite.config.ts, output.dir is undefined. |
There is a problem in the rollupOptions. |
@zdaar |
Hi, you should be able to check the config file in my fork. I’ll take a
look later and give you further help if you need it.
…On Fri, 25 Nov 2022 at 13:37, Nuno Oliveira ***@***.***> wrote:
@zdaar <https://github.com/zdaar>
Hi. I'm new to rollup and vite. Can you explain your solution or provide a
snippet of the file? I'm having trouble getting it to work
Thanks
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAF4EUKBIVGF3WTEEGVKVDWKCXIJANCNFSM6AAAAAARQL6QY4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ohh I got it. Separate the file from the directory on the configuration. Makes sense. Its working now. |
Hi, I was following the steps on the blogpost when I ran into this issue in my codespace.
I ran it locally with the same error.
I decided to clone this repo template and I am still unable to build, so I must be missing something.
Steps :
yarn install
yarn build
Error is
What am I missing ?
The text was updated successfully, but these errors were encountered: