Skip to content

WIP: experiemntal vite support #1904

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

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f479027
refactor: migrate from Webpack to Vite for build and development proc…
Yukaii Apr 4, 2025
e710517
refactor: update imports and modularize utility functions for better …
Yukaii Apr 4, 2025
5f9387c
feat: add @hackmd/ot package and integrate operational transformation
Yukaii Apr 4, 2025
3d870f9
feat: add @rollup/plugin-inject for global variable injection and upd…
Yukaii Apr 4, 2025
36fbb73
fix: import boostrap
Yukaii Apr 5, 2025
28991c1
fix: editor import
Yukaii Apr 5, 2025
283b5f0
fix: standardize import quotes and update global variable injection
Yukaii Apr 5, 2025
db87b6f
feat: add Bootstrap and Select2 imports; update CSS import paths
Yukaii Apr 5, 2025
285716f
fix: pretty imports
Yukaii Apr 5, 2025
59bdeaa
fix: slide
Yukaii Apr 5, 2025
2fded95
feat: add CSS order fixer script for development mode
Yukaii Apr 5, 2025
1f8df85
fix: update nonce variable in CSS order fixer script for development …
Yukaii Apr 5, 2025
ab8a835
remove unused vite scripts
Yukaii Apr 5, 2025
4793154
fix: update Vite config to exclude HTML and CSS files from processing
Yukaii Apr 5, 2025
f1048c2
fix: vite build
Yukaii Apr 5, 2025
f2e683d
fix: update vite manifest path for producdtion
Yukaii Apr 5, 2025
d033817
fix: import Vite in app.js for development server setup
Yukaii Apr 5, 2025
2321d6b
fix: /config endpoint resolving
Yukaii Apr 5, 2025
d4c949a
fix: update PDFObject import for compatibility with dev and prod buil…
Yukaii Apr 5, 2025
d52c088
fix: rename vite config to mjs
Yukaii Apr 6, 2025
5595d31
fix: update PDFObject import for compatibility; add global-ot initial…
Yukaii Apr 6, 2025
5aba200
fix: import Fork Awesome CSS in multiple files; update Vite config fo…
Yukaii Apr 6, 2025
4ecd231
fix: workaround assets ordering by providing a manully ordering array
Yukaii Apr 6, 2025
a59d060
fix: improve manifest reading and caching logic; invalidate cache on …
Yukaii Apr 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.2
lts/hydrogen
Loading
Loading