-
Notifications
You must be signed in to change notification settings - Fork 11
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
ddev-vite: Vite initialised in ddev #321
Conversation
This PR is ready for your review @hussainweb |
"vr": "percy exec -- cypress run" | ||
"name": "vite-starter", | ||
"version": "1.0.0", | ||
"description": "[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://gitorious.xyz/contrib-tracker/backend)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the wrong URL.
"build": "gulp", | ||
"lint": "CI=true gulp lint", | ||
"vr": "percy exec -- cypress run" | ||
"name": "vite-starter", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's give a relevant name.
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"rollup-plugin-scss": "^4.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't @rollup/*
a dev dependency?
Based on a discussion with @AlviMurtaza, we will move to Gulp 5 and not use Vite here. I will close this for now. Thanks for your work here @gauravaxl. |
No description provided.