-
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
Feature/203 vite #298
Feature/203 vite #298
Conversation
# Conflicts: # .eslintrc.js # package.json # src/setup/i18n.ts # src/stores/plugins/api.ts # src/types/index.d.ts # src/types/initial-data.d.ts # src/types/initial-data.ts
…aged config to separate file for better TSC support
# Conflicts: # package-lock.json # src/assets/icons.svg # src/types/image.d.ts
# Conflicts: # package-lock.json # package.json # src/stores/session.ts # src/styleguide/components/s-demo-settings.vue # webpack.config.js # .eslint.js
# Conflicts: # src/components/e-table.vue # src/styleguide/routes/r-google-maps.vue # webpack.config.js # src/stores/session.ts
# Conflicts: # src/components/e-progress.vue # src/directives/outside-click.ts # src/stores/session.ts # webpack.config.js
@MB-web can you please check my changes? I was also able to remove additional packages 🎉 |
@patric-eberle Changes are fine, can be merged from my side. I have updated |
@MB-web thank you for the update. Unfortunately we will also have to write a new plugin for vite... else no message will be shown anymore. |
…ne icons while keeping 'img' and CSS size support
Applies modal improvements from reference project.
Pull request
This PR replaces the webpack builder with Vite. Additionally it improves the TypeScript integration to get better feedback about invalid types. It also extends the test scripts with the TypeScript test. Several packages could be removed because of this change. I also switched the Storybook builder to Vite for better compatibility.
Ticket
#203
Browser testing
Checklist
Review/Test checklist