You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vite-plugin-auto-mpa-html

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-auto-mpa-html - npm Package Versions

234

1.3.1

Diff
s
spark1e
published 1.3.1 •

Changelog

Source

1.3.1 (2024-11-27)

Bug Fixes

  • renderEngineOption should specify compile option and runtime option (446d8d9)

Features

  • migrate template engine from liquidjs to handlebars (16e511c)
s
spark1e
published 1.3.0 •

Changelog

Source

1.3.1 (2024-11-27)

Bug Fixes

  • renderEngineOption should specify compile option and runtime option (446d8d9)

Features

  • migrate template engine from liquidjs to handlebars (16e511c)
s
spark1e
published 1.2.0 •

Changelog

Source

1.2.0 (2024-08-29)

Features

  • migrate ejs to liquidjs, close #26 (0c9e9bb)
  • type EntryPathOption change ejsOption to renderEngineOption (fb27ceb)
s
spark1e
published 1.1.3 •

Changelog

Source

1.1.3 (2024-07-12)

Bug Fixes

  • remove unreachable code (c883648)
  • spelling correction of dev-server directory page (2248841)
s
spark1e
published 1.1.2 •

Changelog

Source

1.1.2 (2024-05-13)

Bug Fixes

  • Add Content-Type header when the development server returns HTML to avoid returning it is being treated as text (f6ec180)
  • add friendly log if the configName file is incorrect on dev server (dc0c004)
s
spark1e
published 1.1.1 •

Changelog

Source

1.1.1 (2023-12-15)

Bug Fixes

  • dev server can correctly recognize url search params now (1eaa683)
s
spark1e
published 1.1.0 •

Changelog

Source

1.1.0 (2023-12-15)

Bug Fixes

  • dev server can correctly recognize url search params now (1eaa683)
s
spark1e
published 1.1.0-alpha.4 •

Changelog

Source

1.1.0-alpha.4 (2023-10-17)

Bug Fixes

  • add entry.__options.templateName judgement for adaption of PluginOption.expereimental.customTemplateName using .html (dcd8955)
  • path related resources cross-platform problem (eaea7a7)
  • remove prepareTempEntries related functions (fa01e0e)
  • test: unit tests, unplug vite-lifecycles test due to prepareTempEntries is removed (086bd4a)
  • virtual entries only avaliable in build command (983ee71)

Features

  • trying to make entry html virtual, but vite:build-html plugin could not resolve virtual entry format, received incorrect relative path (d827f2d)
  • using virtual template instead of writeFile (5509baa)
s
spark1e
published 1.1.0-alpha.3 •

Changelog

Source

1.1.0-alpha.3 (2023-10-17)

Bug Fixes

  • auto generate optimizeDeps.entries when command is serve, close https://github.com/iamspark1e/vite-plugin-auto-mpa-html/issues/16 (3a7a345)
s
spark1e
published 1.1.0-alpha.2 •

Changelog

Source

1.1.0-alpha.2 (2023-10-17)

Features

  • add pageConfigGenerator so you can use pluginOptions even in page config (1648493)