-
Notifications
You must be signed in to change notification settings - Fork 29
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
Introducing Vite 🚀 #1428
Introducing Vite 🚀 #1428
Conversation
* Renamed the babel config file to json * Moved the index.html from public and moved it to the root folder. Did some modifications to load the main.js file * Importing the correct functions and components from VueFormElements * Added the name property to some VueComponents. This has to be done in all the vue files
* Added languageWorker on languages to be imported from Monaco * Removed type: module from the package.json. Was giving me some issues with eslint
…importing the css automatically from the JS file
…p since it was the one working * Removed the optimizeDeps for Monaco
* Added .babelrc * Added coverage folder to the things not to watch for changes
# Conflicts: # package-lock.json # src/components/inspector/form-multiselect.vue # src/components/renderer/form-masked-input.vue # src/components/vue-form-builder.vue
…porting Scrollparent. Also enabling sourcemaps
# Conflicts: # package-lock.json # src/components/vue-form-builder.vue # src/main.js
* Renamed eslint config file to .cjs
SonarQube Quality Gate
See analysis details on SonarQube Fix issues before they fail your Quality Gate with |
# Conflicts: # cypress.json # src/components/index.js # src/components/inspector/index.js # src/components/renderer/index.js # vue.config.js
# Conflicts: # src/components/vue-form-builder.vue
# Conflicts: # package-lock.json
…s in Github Actions
# Conflicts: # package-lock.json
1 failed test on run #231 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
Validation Rules > Invalid default values |
Screenshots
|
The first 5 failed specs are shown, see all 76 specs in Cypress Cloud.
Review all test suite changes for PR #1428 ↗︎
|
Depends of