-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: Move to vite for bundling #5367
Commits on May 15, 2024
-
feat: Move to vite for bundling
Signed-off-by: Julius Härtl <[email protected]> Revert "fixup! fixup! fixup! feat: Move to vite for bundling" This reverts commit d3c2ac5.
Configuration menu - View commit details
-
Copy full SHA for e7450a0 - Browse repository at this point
Copy the full SHA e7450a0View commit details -
Signed-off-by: Julius Härtl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3adcff - Browse repository at this point
Copy the full SHA f3adcffView commit details -
Signed-off-by: Julius Härtl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc06a1d - Browse repository at this point
Copy the full SHA fc06a1dView commit details -
deps(cypress): drop browserify and webpack preprocessors
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0b0461 - Browse repository at this point
Copy the full SHA f0b0461View commit details -
fix(ci): NODE_OPTIONS: --max-old-space-size=4096
to fix node builds for now. Rollup is known to require quite a bit of memory when bundling with source maps enabled. https://rollupjs.org/troubleshooting/#error-javascript-heap-out-of-memory Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9ec061 - Browse repository at this point
Copy the full SHA b9ec061View commit details -
fix(build): inline css in all relevant entry points
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9497b52 - Browse repository at this point
Copy the full SHA 9497b52View commit details -
fix(cy): use cypress-vite to build cypress tests
took the `configFile: false` from nextcloud/forms. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1227cda - Browse repository at this point
Copy the full SHA 1227cdaView commit details -
fix(cy): use node polyfills to provide path.basename
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 145f5ac - Browse repository at this point
Copy the full SHA 145f5acView commit details -
fix(css): make print rule more specific
Looks like we were just being lucky and rules were in the right order before. With vite including the css in tags we cannot rely on this.--signoff Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6261b84 - Browse repository at this point
Copy the full SHA 6261b84View commit details -
fix(cy): delete after preview was loaded
Preview generation locks the file leading to occasional 423 responses on the delete request. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8df979a - Browse repository at this point
Copy the full SHA 8df979aView commit details