Commit f479027
committed
refactor: migrate from Webpack to Vite for build and development processes
- Updated package.json to replace Webpack scripts with Vite commands.
- Added necessary Vite plugins and dependencies for legacy support, environment variables, and string handling.
- Refactored CSS imports in JavaScript files to use ES module syntax and removed duplicates.
- Updated markdown-lint integration to directly import the library.
- Removed old Webpack include statements from EJS templates and replaced them with Vite asset generation.
- Created a new Vite configuration file to define build inputs, output directory, and server settings.
- Ensured compatibility with existing assets and paths during the migration process.1 parent 6a861a8 commit f479027
16 files changed
Lines changed: 6120 additions & 526 deletions
File tree
- lib
- public
- js
- lib/editor/markdown-lint
- views
- codimd
- index
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments