1.5.0 (2021-10-12)
1.4.11 (2021-09-22)
1.4.10 (2021-09-15)
- dont use Nullish Coalescing Operator for old version nodejs (40ada1c)
1.4.9 (2021-09-15)
- support unplugin-icons by hack alias (close #49) (38ab652)
- see vite-plugin-vue-cli L133
- update vite-plugin-mpa, support nested pages
1.4.8 (2021-09-11)
- config: support config file return function (b3ef3f4)
1.4.7 (2021-09-11)
1.4.6 (2021-08-31)
- config: add resolve.extensions support (cd14b61)
1.4.5 (2021-08-29)
- build: fix sourcemap warning by update vite-plugin-vue-cli (65554e3)
1.4.4 (2021-08-26)
1.4.3 (2021-08-20)
- fix vue2 plugin name (d7cb23a)
1.4.2 (2021-08-20)
- deps: update vite deps & update vue-cli for custom config file (7a604e1)
- add
CLI_CONFIG_FILE
env variable (2615a25)
1.4.1 (2021-08-09)
1.4.0 (2021-08-09)
- support dynamic injected env & improve css-loader compat & assets without protocol like http/https (ca0daa1)
1.3.6 (2021-08-09)
1.3.5 (2021-07-06)
- checker: fix vls-checker log format (1175480)
1.3.4 (2021-07-06)
- checker: update deps of vite and vite-plugin-checker (b47f5e1)
1.3.3 (2021-06-28)
- fix vue & VTC version mismatch issue & update deps (65b91c5)
1.3.2 (2021-06-25)
- add switch for eslint & cssLoaderCompat (df587b8)
1.3.1 (2021-06-25)
- fix url with ~ and alias again (729a3e1)
1.3.0 (2021-06-25)
1.2.4 (2021-06-24)
- remove .eslintcache by update eslint-plugin & vue-cli plugin (d6e97ca)
1.2.3 (2021-06-22)
- enable checker & eslint when dev & update vue-cli plugin (2df378a)
1.2.2 (2021-06-18)
- type checker and eslint only for serve (d1c5319)
1.2.1 (2021-06-18)
- support checker plugin overlay & NODE_ENV default to development (77cd456)
1.2.0 (2021-06-17)
- add vite-plugin-checker & vite-plugin-eslint (6ead769)
- update vite-plugin-vue-cli, check before parsing module keywords (3653a95)
1.1.6 (2021-06-17)
- update deps for vite-plugin-vue2 & mpa (790f965)
1.1.5 (2021-06-02)
1.1.4 (2021-05-27)
- optimize for vue.config.js#pages (c508c98)
1.1.3 (2021-05-26)
- fix vite auto pre-bundle deps (1f20002)
1.1.2 (2021-05-26)
- fix host default value (c142669)
1.1.1 (2021-05-20)
- fix history mode SPA fallback(html template) (a7d1a28)
1.1.0 (2021-05-20)
- disabled html-template if needed (b6e04e7)
1.0.3 (2021-05-19)
1.0.2 (2021-05-18)
- fix MPA entry file injection (71418c9)
1.0.1 (2021-05-10)
- remove pluginOptions#vite.alias (c4b7ca8)
1.0.0 (2021-05-08)
- update deps, ready for v1.0.0 (3b69722)
1.0.0-rc.6 (2021-05-08)
- update deps, better entry file injection (9f81269)
1.0.0-rc.5 (2021-04-22)
- support import css by
~
prefix(for compatibility) (755a494)
1.0.0-rc.4 (2021-04-20)
- support Vue 3 (5d0d540)
1.0.0-rc.3 (2021-04-15)
- update html-template plugin for more vars supported in html template (94a6df5)
1.0.0-rc.2 (2021-04-14)
1.0.0-rc.1 (2021-04-08)
- support build(with vite-plugin-html-template) (5ec5a98)
1.0.0-rc.0 (2021-04-07)
- 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)
- update [email protected] (d84d262)
0.4.2 (2021-04-01)
- temp fixed [email protected] (b1c3c0e)
0.4.1 (2021-04-01)
- support to replace webpack plugin var (e6160f2)
0.4.0 (2021-03-29)
- remove unuse file (60826bc)
- add init html prompt (5d97af5)
- set strictPort false (57fe62e)
- support all.all and alias(by [email protected]) (37ba5b8)
- update readme (c98bf32)
0.3.3 (2021-03-11)
- pre define process.env.VITE to fix env not in .env.* files (d595122)
0.3.2 (2021-03-05)
0.3.1 (2021-03-03)
- update mpa plugin & deps (e34eb3d)
0.3.0 (2021-03-01)
0.2.3 (2021-03-01)
0.2.2 (2021-02-25)
- fix chainWebpack maybe be undefined (c05808c)
0.2.1 (2021-02-25)
0.2.0 (2021-02-24)
0.1.3 (2021-02-22)
0.1.2 (2021-02-22)
- update mpa plugin & update README.md (ef5c36c)
0.1.1 (2021-02-19)
- user provided alias for @ & vitePluginVue2Options (951eff0)
- first release