- 0dd3b4b: feat: Allow EJS extension for template files.
- chore: upgrade ecosystem dependencies.
- 59cfcce: fix: Prevent the Vite dev server from crashing when rendering EJS templates fails
- chore: upgrade dependencies.
- feat: Support configuring response headers for development environment server
- fix: The CJS build of Vite's Node API is deprecated warning
- feat: add transformHtml hook, merged #56
fix: Built-in matching rules preferentially match longer paths. Closed #52. chore: Upgrade all of workspace dependencies.
fix: Support root
option at development, closed #50.
fix: On windows, when base is set to "" or "./", the output resource path is incorrect. Fixed #43.
feat: Support disable default rewrite rules by passing false
. Closed #44.
- fix: Add cross-platform path parsing support. Closed #41.
- chore: Update dependencies.
- feat: Support
scanOptions.template
option. - chore: Update dependencies' version.
- fix:
ERR_TOO_MANY_REDIRECTS
when setbase
option and visit base. Closed #33. - feat: Support
/dir/
without explicitindex.html
refer to the implementation of vite. - chore: Preserve the priority of
clearScreen
option provided by user.
- feat: Add
scanOptions
to generate pages with a similar directory structure. Closed #29. - fix: Can't access assets by url & Prevent ejs syntax error. Closed #30.
- chore: Remove redundant rewrite rules ensure a correct plugin hook order.
- feat: Add preview server's history fallback support. Merged #26
- fix: Warnings appear when
build.sourcemap
enabled. Closed #19. - fix: Page doesn't reload when template file change.
- feat: Integration of
html-minifier-terser
. Merged #21.
- feat: Allow vite handling unmatched paths. Closed #15.
- fix: Cypress testing process of cross-entry-page jumping hanging, which causing a timeout error. Closed #12.
- feat: Add
createPages
utility function to help creatingpages
configuration independently outside plugin function. Closed #10.
- feat: inject
env
variables into ejs template by default. Merged #8.
- Expose all types for using. Closed #4.
- Improve typings and add comments for a better prompts
- Improve typings.
- Add
watchOptions
to allow users writing custom logic when file events fired. Closed #2.
- Some backend logic is added to make the proxy work correctly
- Fix the warning about
Could not auto-determine entry point...
by add entry path tooptimizeDeps.entries
- More friendly error/log print
- Improved documentation
- More friendly typescript type hints
- Support for virtual html entry file, output multiple files using a single template
- Support ejs engine.
- Support
connect-history-fallback-api
for DevServer to rewrite requests.