Skip to content

Latest commit

 

History

History
326 lines (135 loc) · 9.12 KB

CHANGELOG.md

File metadata and controls

326 lines (135 loc) · 9.12 KB

1.1.3 (2021-05-26)

Bug Fixes

  • fix vite auto pre-bundle deps (1f20002)

1.1.2 (2021-05-26)

Bug Fixes

1.1.1 (2021-05-20)

Bug Fixes

  • fix history mode SPA fallback(html template) (a7d1a28)

1.1.0 (2021-05-20)

Features

  • disabled html-template if needed (b6e04e7)

1.0.3 (2021-05-19)

Bug Fixes

1.0.2 (2021-05-18)

Bug Fixes

  • fix MPA entry file injection (71418c9)

1.0.1 (2021-05-10)

Features

  • remove pluginOptions#vite.alias (c4b7ca8)

1.0.0 (2021-05-08)

Features

  • update deps, ready for v1.0.0 (3b69722)

1.0.0-rc.6 (2021-05-08)

Features

  • update deps, better entry file injection (9f81269)

1.0.0-rc.5 (2021-04-22)

Features

  • support import css by ~ prefix(for compatibility) (755a494)

1.0.0-rc.4 (2021-04-20)

Features

1.0.0-rc.3 (2021-04-15)

Features

  • update html-template plugin for more vars supported in html template (94a6df5)

1.0.0-rc.2 (2021-04-14)

Bug Fixes

  • use cross-spawn(for windows) (close #22) (50c2e51)

1.0.0-rc.1 (2021-04-08)

Features

  • support build(with vite-plugin-html-template) (5ec5a98)

1.0.0-rc.0 (2021-04-07)

Features

  • add vite-plugin-html-template(no need for main.html anymore) (df6ab6f)

0.4.4 (2021-04-06)

  • inner changes

0.4.3 (2021-04-03)

Features

  • update vite-plugin-vue2@1.4.3 (d84d262)

0.4.2 (2021-04-01)

Bug Fixes

  • temp fixed vite-plugin-vue2@v1.4.1 (b1c3c0e)

0.4.1 (2021-04-01)

Bug Fixes

  • support to replace webpack plugin var (e6160f2)

0.4.0 (2021-03-29)

Bug Fixes

Features

  • add init html prompt (5d97af5)
  • set strictPort false (57fe62e)
  • support all.all and alias(by vite-plugin-vue-cli@0.6.0) (37ba5b8)
  • update readme (c98bf32)

0.3.3 (2021-03-11)

Bug Fixes

  • pre define process.env.VITE to fix env not in .env.* files (d595122)

0.3.2 (2021-03-05)

Bug Fixes

  • fix require.context nested components in Windows (#13) (6e78028)

0.3.1 (2021-03-03)

Features

  • update mpa plugin & deps (e34eb3d)

0.3.0 (2021-03-01)

Features

  • support devServer.before (close #6) (da41d9a)

0.2.3 (2021-03-01)

Features

  • support vite#optimizeDeps options (close #11) (9b959f3)

0.2.2 (2021-02-25)

Bug Fixes

  • fix chainWebpack maybe be undefined (c05808c)

0.2.1 (2021-02-25)

Features

0.2.0 (2021-02-24)

Features

  • auto-resolve alias support (closes #4) (25b8873)
  • module.hot support (closes #2) (7fcdbd4)

0.1.3 (2021-02-22)

Bug Fixes

  • generator fix bin/vite for Windows (#1) (dec2739)

0.1.2 (2021-02-22)

Features

  • update mpa plugin & update README.md (ef5c36c)

0.1.1 (2021-02-19)

Bug Fixes

  • user provided alias for @ & vitePluginVue2Options (951eff0)

Features

Features

  • first release