# [1.2.0](https://github.com/originjs/webpack-to-vite/compare/v1.1.1...v1.2.0) (2022-08-09)


### Bug Fixes

* add scripts error ([08efa45](https://github.com/originjs/webpack-to-vite/commit/08efa45c0b6a5182f2585b8236723f90782ef585))
* avoid duplicate files generated by transforming ([#104](https://github.com/originjs/webpack-to-vite/issues/104)) ([711ed8e](https://github.com/originjs/webpack-to-vite/commit/711ed8e9b5be4837cd399c667dfb9f8cf0e253ca))
* missing `injectHtml` options and vite server title ([#102](https://github.com/originjs/webpack-to-vite/issues/102)) ([4a2a529](https://github.com/originjs/webpack-to-vite/commit/4a2a5295054d9db333f48e0d2b6204ef9f1c3bd3))


### Features

* add lint check ([#101](https://github.com/originjs/webpack-to-vite/issues/101)) ([5eb9bde](https://github.com/originjs/webpack-to-vite/commit/5eb9bdebec2eca968889b207a681dbb4b17fb334))
* add options to cover project files by transforming ([#100](https://github.com/originjs/webpack-to-vite/issues/100)) ([7fff316](https://github.com/originjs/webpack-to-vite/commit/7fff31638bcace44a45292cf0d3ea18b390c178d))



## [1.1.1](https://github.com/originjs/webpack-to-vite/compare/v1.1.0...v1.1.1) (2022-04-12)


### Bug Fixes

* incorrect regexp ([#92](https://github.com/originjs/webpack-to-vite/issues/92)) ([901eee8](https://github.com/originjs/webpack-to-vite/commit/901eee8a37cc5176263f8e15e23edef63e9603e9))
* upgrade dep ([#95](https://github.com/originjs/webpack-to-vite/issues/95)) ([1ee4810](https://github.com/originjs/webpack-to-vite/commit/1ee481070136559ec658b58100bbbc7c93f4f7f7))



# [1.1.0](https://github.com/originjs/webpack-to-vite/compare/v1.0.6...v1.1.0) (2022-02-17)


### Bug Fixes

* do not modify the version of @vue/compiler-sfc if it exists ([97ce233](https://github.com/originjs/webpack-to-vite/commit/97ce233c6d95180da6c439651640f447b0e19c4f))


### Features

* conversion of EntryFileName and ChunkFileName ([#86](https://github.com/originjs/webpack-to-vite/issues/86)) ([d23a0ed](https://github.com/originjs/webpack-to-vite/commit/d23a0ed2d68d9207708c8981d48c894369376be5))
* conversion of html generated by html-webpack-plugin ([#88](https://github.com/originjs/webpack-to-vite/issues/88)) ([302c813](https://github.com/originjs/webpack-to-vite/commit/302c813b8af3859134ef2186d0d6437eb3f2c90e))
* convert webpack entries ([#85](https://github.com/originjs/webpack-to-vite/issues/85)) ([4f2ee52](https://github.com/originjs/webpack-to-vite/commit/4f2ee522f751fa93563557d3c684e618693fe4de))
* make sure dependencies have been installed before conversion ([#80](https://github.com/originjs/webpack-to-vite/issues/80)) ([df214e0](https://github.com/originjs/webpack-to-vite/commit/df214e0bd15cc2d6ce4ae97711b2de58a6ef731c))



## [1.0.6](https://github.com/originjs/webpack-to-vite/compare/v1.0.1...v1.0.6) (2022-01-11)


### Bug Fixes

* bump user dependencies version ([4cc9fef](https://github.com/originjs/webpack-to-vite/commit/4cc9fef5060756f37ea53eb16577ce8fb44780b2))
* friendly error message ([812113e](https://github.com/originjs/webpack-to-vite/commit/812113e18d741904dab93933f9d120caf51d5732))
* friendly error message ([6bd0158](https://github.com/originjs/webpack-to-vite/commit/6bd0158a0fb98feb7726268d1b606b36022a3fa5))
* further resolve webpackConfig ([451ee13](https://github.com/originjs/webpack-to-vite/commit/451ee134f8b31009994010172e9ef2372708f8bc))
* match 'index.html' file path ([#75](https://github.com/originjs/webpack-to-vite/issues/75)) ([1a46a3d](https://github.com/originjs/webpack-to-vite/commit/1a46a3d4dfc9dda2909e0d248d156ad919458b56))
* update error message ([3b71ea1](https://github.com/originjs/webpack-to-vite/commit/3b71ea1a9f298d45427501ea2c318ff79a6af91b))


### Features

* bump vite & typescript version and migrate to vitest ([#78](https://github.com/originjs/webpack-to-vite/issues/78)) ([5afee3c](https://github.com/originjs/webpack-to-vite/commit/5afee3c26ea8df1d43f18ad7a68a2946779f6272))
* print report sort by item.num ([#77](https://github.com/originjs/webpack-to-vite/issues/77)) ([e51260d](https://github.com/originjs/webpack-to-vite/commit/e51260d835778cbb1a77e62dfdd7e7ddc096f7cf))



## [1.0.5](https://github.com/originjs/webpack-to-vite/compare/v1.0.4...v1.0.5) (2021-12-14)


### Bug Fixes

* further resolve webpackConfig ([fb30f98](https://github.com/originjs/webpack-to-vite/commit/fb30f9854d92e5c536dbe0d50b6b0608e95f7ac8))



## [1.0.4](https://github.com/originjs/webpack-to-vite/compare/v1.0.3...v1.0.4) (2021-12-14)


### Bug Fixes

* bump user dependencies version ([6d1e80d](https://github.com/originjs/webpack-to-vite/commit/6d1e80de9d60042045b450e885d9ca21d74108d1))
* friendly error message ([28a8db3](https://github.com/originjs/webpack-to-vite/commit/28a8db3870ae1f5c42640ee390eae54a183cc204))



## [1.0.3](https://github.com/originjs/webpack-to-vite/compare/v1.0.2...v1.0.3) (2021-12-14)


### Bug Fixes

* friendly error message ([aafe76e](https://github.com/originjs/webpack-to-vite/commit/aafe76e246339f08b5f06393a8f5b2655a103f57))



## [1.0.2](https://github.com/originjs/webpack-to-vite/compare/v1.0.1...v1.0.2) (2021-12-13)


### Bug Fixes

* match 'index.html' file path ([#75](https://github.com/originjs/webpack-to-vite/issues/75)) ([1a46a3d](https://github.com/originjs/webpack-to-vite/commit/1a46a3d4dfc9dda2909e0d248d156ad919458b56))



## [1.0.1](https://github.com/originjs/webpack-to-vite/compare/v1.0.0...v1.0.1) (2021-10-22)


### Bug Fixes

* remove patches that support to omit '.vue' suffix ([b9bc529](https://github.com/originjs/webpack-to-vite/commit/b9bc5298f9fe15e1b7a64cf129fffd23be04476e))
* undefined attributions of config.css ([8858345](https://github.com/originjs/webpack-to-vite/commit/88583456ea341b6a936f041a656f0a6efb381045))


### Features

* add vite preview script ([90f9da9](https://github.com/originjs/webpack-to-vite/commit/90f9da9f6d5a72e1ebc2990b07d834daac6c99f9))



# [1.0.0](https://github.com/originjs/webpack-to-vite/compare/72adaf753c96b76bc577a8886ce2acc17f3803fa...v1.0.0) (2021-08-26)


### Bug Fixes

* add ast parsing ([0cf9836](https://github.com/originjs/webpack-to-vite/commit/0cf98368d590d8418a4e319dea0af4755cf4f661))
* add transformation record ([6af8eb7](https://github.com/originjs/webpack-to-vite/commit/6af8eb70e4f4a38b739b1475788aba1d6318de12))
* ast parser should skip node_modules ([3852d3f](https://github.com/originjs/webpack-to-vite/commit/3852d3fe5a0fbaa1cd16dd116c374d2e387c151e))
* ast parsing skip dist ([71bc5ac](https://github.com/originjs/webpack-to-vite/commit/71bc5ace31b1fb8655278e9664e311cfe2fc67f1))
* build erroe ([eda43e5](https://github.com/originjs/webpack-to-vite/commit/eda43e5f2c3a45c45c8e780254e88123e40ab3a4))
* build error ([2b283f2](https://github.com/originjs/webpack-to-vite/commit/2b283f27756d3c3784d552030460a7fb570e572b))
* change path match for astParse ([d5b0c5d](https://github.com/originjs/webpack-to-vite/commit/d5b0c5df523a92fee2916d565a5df2b9eb430685))
* change some words in report ([4745360](https://github.com/originjs/webpack-to-vite/commit/4745360c8dd6e86e801be4f43a33fde225513835))
* change vue default version from '2' to 'undefined', because other project type like react did not need dependencies relate to vue ([1df395f](https://github.com/originjs/webpack-to-vite/commit/1df395f259f3ded76e775d17f6c70d4b80f464ed))
* clean for npm publish ([d834816](https://github.com/originjs/webpack-to-vite/commit/d834816041186680428ee292ad0440c11341ea83))
* cleanups for npm publish ([3a65db3](https://github.com/originjs/webpack-to-vite/commit/3a65db33b3d5bb108e135110069c9fbbe7e7b943))
* compiler mode render fail ([807a0ca](https://github.com/originjs/webpack-to-vite/commit/807a0caef0bef7291c6596928fa2f6bea3a42356))
* default enable JSX ([94e91d2](https://github.com/originjs/webpack-to-vite/commit/94e91d259b011c3e5600186ea445269a2891843c))
* default enable JSX ([483a24f](https://github.com/originjs/webpack-to-vite/commit/483a24fa1eaa35541e091d7326360e092ee14f5f))
* duplicated @ ([9d707db](https://github.com/originjs/webpack-to-vite/commit/9d707dbead50fcfd510fe5e39321c99b34cac88f))
* eslint error ([e103054](https://github.com/originjs/webpack-to-vite/commit/e103054a50a2fe24153fae7e2366d3e6e20d36c7))
* fix CI test failures ([f817ab6](https://github.com/originjs/webpack-to-vite/commit/f817ab664840d70781beb3e066df061897e58ba8))
* fix cpy-cli problems on windows ([f9c117a](https://github.com/originjs/webpack-to-vite/commit/f9c117a1dec72205bb281c310dfa166cb87b34cc))
* fix css option is covered when convert 'style-resources-loader' pluginOptions ([b67cde6](https://github.com/originjs/webpack-to-vite/commit/b67cde6c050e18071fa538d51409fe31c6b9c29c))
* fix css option is covered when convert 'style-resources-loader' pluginOptions ([5eb38d3](https://github.com/originjs/webpack-to-vite/commit/5eb38d3492c97b2beb22b6888ad822d80db8e9f7))
* fix css option is covered when convert 'style-resources-loader' pluginOptions ([9d06d55](https://github.com/originjs/webpack-to-vite/commit/9d06d55c409a0e3fe2a45c8c7fcd3b0592540ad3))
* fix tests ([a27b81d](https://github.com/originjs/webpack-to-vite/commit/a27b81d878502e0b390a9187026096c744a13dd0))
* fix transform webpack ([d88e73f](https://github.com/originjs/webpack-to-vite/commit/d88e73fc0fd06071b1a815da36b1ba6ea97c7968))
* fix vite config build undefined ([3d54ccd](https://github.com/originjs/webpack-to-vite/commit/3d54ccd4b2db73ee055343a4784515bbe374e3eb))
* fix vite version to match patch ([f8511a8](https://github.com/originjs/webpack-to-vite/commit/f8511a8ccae04a2194cfd28747fa830f123319fc))
* fix vue version start with ~ cause error ([0c7b796](https://github.com/originjs/webpack-to-vite/commit/0c7b7966fe7f802f589651af6647af9bc2c2ae34))
* fix vueVersion ([bc6deb5](https://github.com/originjs/webpack-to-vite/commit/bc6deb552c7681725e3c59458733d3b5148f6be4))
* fix yarn build error ([53db070](https://github.com/originjs/webpack-to-vite/commit/53db070821a604ac38b4e14313b8fcfc27c34988))
* format ([986d369](https://github.com/originjs/webpack-to-vite/commit/986d369b3d48a7b35740b522f06e5c878d9528f8))
* format report ([b41474c](https://github.com/originjs/webpack-to-vite/commit/b41474c22ea18c35570e9dedd3fd8b5097c317ab))
* **generate:** fix scripts error ([5e01ce2](https://github.com/originjs/webpack-to-vite/commit/5e01ce22efac52fd859e394a953faef32c045f87))
* **geneViteConfig:** wrong parameter ([f54a428](https://github.com/originjs/webpack-to-vite/commit/f54a4282c9a89b3b67846d70f7b0774c421c3372))
* improve and perfect serve option ([7f85f44](https://github.com/originjs/webpack-to-vite/commit/7f85f445eb53011117344bb2ef3365b5f513f9aa))
* improve progress ([2832bb9](https://github.com/originjs/webpack-to-vite/commit/2832bb918961ae2426f6930ae78aade2d1615ea2))
* improve the regular way of version matching ([e41092c](https://github.com/originjs/webpack-to-vite/commit/e41092cca519790ed5f8338ccf5c9ef1e92f49d4))
* incorrect injection in webpack project ([a3caaad](https://github.com/originjs/webpack-to-vite/commit/a3caaadb461738eaf76e474157c166d39e7d3f7c))
* join webpackConfig.context to entry path when convert webpack entry configuration ([bfa7ee9](https://github.com/originjs/webpack-to-vite/commit/bfa7ee926e3f071f6913dbc9509576df9263f051))
* modify ast imports ([d1211c4](https://github.com/originjs/webpack-to-vite/commit/d1211c44660dfedd788743cac529118e5540b187))
* modify regexp to match jsp ([6a10f5d](https://github.com/originjs/webpack-to-vite/commit/6a10f5dbcdc52ecee25dce5f3f7973a704e69025))
* Newline character causes compilation error ([bf22692](https://github.com/originjs/webpack-to-vite/commit/bf22692cc8cb529c05f9d36e17c373d970cbb8d8))
* normalized path ([a66e6e5](https://github.com/originjs/webpack-to-vite/commit/a66e6e5a1efdda80b39dcc25e4633c50e8f7e5e3))
* npm publish cleanups ([c0dea50](https://github.com/originjs/webpack-to-vite/commit/c0dea50cb16401d9f05cbe9c9999b3e94c7943e3))
* optimize genePackageJson ([21e77a1](https://github.com/originjs/webpack-to-vite/commit/21e77a16a42ed09d880dd551387f9af4af62b473))
* optimize getVueVersion ([40276b3](https://github.com/originjs/webpack-to-vite/commit/40276b37ecec5efd6ab820ff4f87d39d92475c54))
* optimize server options convert ([9e845f0](https://github.com/originjs/webpack-to-vite/commit/9e845f0b95c925f83d383732edcba98f70b1329e))
* optimize server options convert ([bbe7a64](https://github.com/originjs/webpack-to-vite/commit/bbe7a649a2d79af76f27f5a3b8e515e7ca8722f1))
* optimize test case 'processDependencies' ([e577977](https://github.com/originjs/webpack-to-vite/commit/e57797793f223631dfb129dc97b9b92ce1c86eba))
* Optimize the experience of report ([8b389ec](https://github.com/originjs/webpack-to-vite/commit/8b389ec8f62fb18336b76cb7871883c0c3af9d93))
* pathFormat function lead to test failed in Windows environment ([0276536](https://github.com/originjs/webpack-to-vite/commit/0276536774444126a3063d0b083a18f8c3c5bb1c))
* prebuild failure in windows ([b47d7c3](https://github.com/originjs/webpack-to-vite/commit/b47d7c3180fb1a977a39516b17eb84b3bf4fad5c))
* relative path cause alias uncorrect ([c18e94e](https://github.com/originjs/webpack-to-vite/commit/c18e94e6bf7ad0d6a2ea890398b352ff7db81bf0))
* remove @types/webpack-merge as it's not required ([10eb425](https://github.com/originjs/webpack-to-vite/commit/10eb4254a74b99675ded5f5a53e1629289233b75))
* remove duplicate conversions for relative path ([b01e090](https://github.com/originjs/webpack-to-vite/commit/b01e090e2600997c308a47a2d6d3ee3e9a596bac))
* remove indents from 'body' tags ([5c13caa](https://github.com/originjs/webpack-to-vite/commit/5c13caaba9aa571278f9cb0dd9a47bcaa44ad4f6))
* remove indents from 'body' tags ([1102bbc](https://github.com/originjs/webpack-to-vite/commit/1102bbce2d8b5280b26c4068babb062ae1f6f65a))
* remove line breaks between import groups ([855981c](https://github.com/originjs/webpack-to-vite/commit/855981c6a73c9e18ea4b7c7371fb4d2eb65f3e7d))
* remove patches that support to omit '.vue' suffix ([#68](https://github.com/originjs/webpack-to-vite/issues/68)) ([fab25f0](https://github.com/originjs/webpack-to-vite/commit/fab25f05324157c1a0689f5efb21a27c2894fc8b))
* remove postinstall ([64dc95a](https://github.com/originjs/webpack-to-vite/commit/64dc95ac27dbce483b925b8811261a9cc0e81ca9))
* reslove unexpected token and CI failures ([e54134c](https://github.com/originjs/webpack-to-vite/commit/e54134cb25467c06bae63ca5dd5238c3d58e0450))
* resolve.alias change relative path to absolute path ([3160f07](https://github.com/originjs/webpack-to-vite/commit/3160f07b3de6bceca3e09376284e0c3413aef188))
* resolve.alias support relative path ([4b0ee62](https://github.com/originjs/webpack-to-vite/commit/4b0ee62d3e065c6d3ff198dffa6859a36b99bc17))
* rootDir should replace \ for globby on windows ([3759454](https://github.com/originjs/webpack-to-vite/commit/3759454fc7dc2d0c249c3c6403bc30df2a79a230))
* support webpack.DefinePlugin ([f1e79c6](https://github.com/originjs/webpack-to-vite/commit/f1e79c600d5d7f48209a1a9bbdddd93b9ad01fc4))
* test coverage script ([d3add44](https://github.com/originjs/webpack-to-vite/commit/d3add44ae6e912e3f4817b44d20243f93958816e))
* **test:** reformat test cases ([72adaf7](https://github.com/originjs/webpack-to-vite/commit/72adaf753c96b76bc577a8886ce2acc17f3803fa))
* **tests:** fix tests ([83d9494](https://github.com/originjs/webpack-to-vite/commit/83d94946ac2fd9b398b3cfb64fb1775c420c685f))
* **tests:** fix tests ([a922e83](https://github.com/originjs/webpack-to-vite/commit/a922e8393fcb0e9569707f8eb75a373d6564a5a6))
* **tests:** fix tests ([e894033](https://github.com/originjs/webpack-to-vite/commit/e894033788311d662306e4ab6b0ab23852223c51))
* **transform:** add default alias ([bffae35](https://github.com/originjs/webpack-to-vite/commit/bffae3531da4e78328b2b5f7e866ac93c8b604fa))
* **transform:** add default extensions ([066f8bc](https://github.com/originjs/webpack-to-vite/commit/066f8bcb1c8812562672e1abe8bb2fd30c4e28a5))
* **transform:** optimize transform devServer ([01b4d30](https://github.com/originjs/webpack-to-vite/commit/01b4d30604060c6d112a7b2eeae075e8684a5894))
* **transform:** resolve aliases with relative path ([152c90e](https://github.com/originjs/webpack-to-vite/commit/152c90ef69baeb5a44df0f3a199511609d7cc86c))
* transformWebpack error ([344d6c0](https://github.com/originjs/webpack-to-vite/commit/344d6c0a619dc5fa43155c5593c2ce24888e2d75))
* typos ([94768e1](https://github.com/originjs/webpack-to-vite/commit/94768e1c1e19594429431da0acdc5867d539c2df))
* typos ([ff84171](https://github.com/originjs/webpack-to-vite/commit/ff84171a4805c42629399fd8635866f9ef84d701))
* update beta version to 12 ([c27e0ca](https://github.com/originjs/webpack-to-vite/commit/c27e0ca6c54f8f669f5a38e608df5fc65bb3a26e))
* update css loaderOptions ([3734195](https://github.com/originjs/webpack-to-vite/commit/37341952e8f61f76427b94d6b1a42f151931bd7d))
* update readme ([a53a134](https://github.com/originjs/webpack-to-vite/commit/a53a134bf1216c11f049c55829f859d9b037597c))
* update README ([0a32ea4](https://github.com/originjs/webpack-to-vite/commit/0a32ea46b64e2b8be302efb698efb4e7817cb623))
* update readme-zh ([2fcdf41](https://github.com/originjs/webpack-to-vite/commit/2fcdf41f7107d3b935ec6ace523befa380870579))
* update version of vue-sfc-ast-parser ([02f9d16](https://github.com/originjs/webpack-to-vite/commit/02f9d165042d3c3bd4185f76060f9fdda10163e1))
* update vite version and patch ([3a199a3](https://github.com/originjs/webpack-to-vite/commit/3a199a3afdbf91387a2f151785727f37c651f4e6))
* use correct method determine if empty object ([6defb0e](https://github.com/originjs/webpack-to-vite/commit/6defb0e1610725fb8d612404e534813ff4b9eff9))
* use relative path to read file ([ccac38b](https://github.com/originjs/webpack-to-vite/commit/ccac38b1635fe548abe326115979685cf9462967))
* **vite.config.ejs:** import error ([19e1488](https://github.com/originjs/webpack-to-vite/commit/19e1488adbc2375274e5a79a8f8abcf81de039dd))
* webpack entry transform failed ([53038bf](https://github.com/originjs/webpack-to-vite/commit/53038bf520516340ad142ca51976f196fd7f6ad8))
* webpack.dev.js -> webpack.dev.conf.js ([9690e76](https://github.com/originjs/webpack-to-vite/commit/9690e76cc77b807f6d7ccec35a6c994d0c4b23fe))
* **webpack:** diff vue version ([c4b4058](https://github.com/originjs/webpack-to-vite/commit/c4b405869185d163181f03a394a1dbe4d0fcedb1))


### Features

* add .eslintignore ([7f12c49](https://github.com/originjs/webpack-to-vite/commit/7f12c49cb43c912cc496222bf2977bd11c1007ac))
* add ast parser ([e48fc6c](https://github.com/originjs/webpack-to-vite/commit/e48fc6ce8cf54e698718dc92e970f2ae4b031762))
* add AST parsers ([beec2af](https://github.com/originjs/webpack-to-vite/commit/beec2afcbd3a2af87e48fbac1168da569dcf5486))
* add ast require.context parser ([9fb726f](https://github.com/originjs/webpack-to-vite/commit/9fb726fc8a1cab05564016f34f2814e310dabb28))
* add chalk ([e777da0](https://github.com/originjs/webpack-to-vite/commit/e777da0792ded4c069ceb658aed695befbd48f44))
* add chalk ([e4b000b](https://github.com/originjs/webpack-to-vite/commit/e4b000b1bca02fd6d3725693c67b02fdcdf2f6a0))
* add cli progress ==> need be test!! ([39af6ab](https://github.com/originjs/webpack-to-vite/commit/39af6aba484c4909dccd4a276be4c9872bde768d))
* add default commonjs support ([ed94190](https://github.com/originjs/webpack-to-vite/commit/ed941901cdf82c4a2bea3312577268b632439141))
* add eslint & fix lint warnings ([7dcd98a](https://github.com/originjs/webpack-to-vite/commit/7dcd98a1d88ce92492b9a9b1987cc59bdde34722))
* add extensions filter for ast transformations ([a8a7380](https://github.com/originjs/webpack-to-vite/commit/a8a73801a32e1610e520ac50c4aa2fa1ede263af))
* add extensions filter for ast transformations ([8b68e74](https://github.com/originjs/webpack-to-vite/commit/8b68e74a59bf5e960f890f851667968e2be17d70))
* add git hooks , verify commit ([78dd939](https://github.com/originjs/webpack-to-vite/commit/78dd939bc8dda6392c87b135970f287f5659c32b))
* add lazy loading routes transformation ([acf8457](https://github.com/originjs/webpack-to-vite/commit/acf8457112c8a6f9e6c7af06c2784121466a943d))
* add needWriteToOriginFile in AST transformations ([13959a5](https://github.com/originjs/webpack-to-vite/commit/13959a51921b3d5fe2543acf47a428a585720f2b))
* add patches ([5e53c0b](https://github.com/originjs/webpack-to-vite/commit/5e53c0b88cea83cd4f4f3420c2b4ac31e9cf55b5))
* add prettier file ([4501e70](https://github.com/originjs/webpack-to-vite/commit/4501e70b02db9095850a0704529e56d402d46f47))
* add report ([f18bde2](https://github.com/originjs/webpack-to-vite/commit/f18bde2edac37f1f161be47945865dfc847e8ec6))
* add report log file ([4a576bd](https://github.com/originjs/webpack-to-vite/commit/4a576bdba505191ec85e953ceb326ef1c65184c9))
* add return type for ast parsing ([5b61c8f](https://github.com/originjs/webpack-to-vite/commit/5b61c8f2d49076bd138a7aceb8a6e04f5e1d3c98))
* add show time of conversion ([c27ddeb](https://github.com/originjs/webpack-to-vite/commit/c27ddeb0454483366b625284059bf795a4d9723c))
* **cli:** cli support webpack ([054a823](https://github.com/originjs/webpack-to-vite/commit/054a8231a292b2e3ca9a341ddc80547086e48e9a))
* convert default values in index.html ([1a3ab20](https://github.com/originjs/webpack-to-vite/commit/1a3ab20dcd96abda4d73853cc34d309b69f88016))
* convert vue-cli pages config ([f22dd48](https://github.com/originjs/webpack-to-vite/commit/f22dd48717e3d32de8bc787b80c91e0aaf2d894e))
* css preprocessors import support ([1910399](https://github.com/originjs/webpack-to-vite/commit/1910399d9a217d1e4b91498f77e9a4909154a5c6))
* generate index.html in different configurations ([f638f7c](https://github.com/originjs/webpack-to-vite/commit/f638f7c6cad74f8905b597b2163353d723def82c))
* generate index.html in different configurations ([45c851e](https://github.com/originjs/webpack-to-vite/commit/45c851e407f0fdcd5d575b9fbea2a8f2e0ed2f3d))
* generate index.html support commander and multiple entries ([7bcbbae](https://github.com/originjs/webpack-to-vite/commit/7bcbbaee13a05e51f4dcb3718f89e1c30272536e))
* improve ast parser ([17850c2](https://github.com/originjs/webpack-to-vite/commit/17850c2665f0c62d52bb5a23096893fd6634b4fa))
* improve ast transformations ([02cab7b](https://github.com/originjs/webpack-to-vite/commit/02cab7bbd59bef590bd63562da3313650fd6e23a))
* lang="html" should be removed from <template> ([03fffd1](https://github.com/originjs/webpack-to-vite/commit/03fffd1192675f7895155bd0d0b2ce66385103a3))
* modify format for generating 'vite.config.js' ([a0eeea2](https://github.com/originjs/webpack-to-vite/commit/a0eeea27908f0100d98ec68c9681d73a7d3183a4))
* optimize ast 'require.context' parser ([1e35633](https://github.com/originjs/webpack-to-vite/commit/1e3563346f67303d6c30a1c34d0336cc13782262))
* optimize index.html transformation ([97d39bb](https://github.com/originjs/webpack-to-vite/commit/97d39bbce0380e424508a2b6a0ee3302048d9859))
* parseWebpackConfig support multiple environments ([4ca5e8c](https://github.com/originjs/webpack-to-vite/commit/4ca5e8ccb421c6e3c2f1f5c074573685ce423a93))
* pr[#3534](https://github.com/originjs/webpack-to-vite/issues/3534) patch auto apply after installing vite ([9f6edaf](https://github.com/originjs/webpack-to-vite/commit/9f6edaf545795b1fadaec4c035f88d6c7c9a3764))
* print error message if conversion failed ([65c54f8](https://github.com/originjs/webpack-to-vite/commit/65c54f8b859c30ed92dfb98825810a4fef1aedaa))
* read rootDir/index.html instead while public/index.html not exists ([4a3e3e2](https://github.com/originjs/webpack-to-vite/commit/4a3e3e2c305cfe0667d53cada956b21a309117af))
* read rootDir/index.html instead while public/index.html not exists ([82b9ef4](https://github.com/originjs/webpack-to-vite/commit/82b9ef4d42347ecc2d271fdbb45caab238afa044))
* readme translateion ([cef5d9e](https://github.com/originjs/webpack-to-vite/commit/cef5d9eda73a639a00e9d0a1157ac33a4486ecbf))
* refactor ast parsers and transformations ([14bf16f](https://github.com/originjs/webpack-to-vite/commit/14bf16f28df0a9d471f00151db5c6234f78cf366))
* refactor ast transformation of index.html ([1253695](https://github.com/originjs/webpack-to-vite/commit/1253695bfe2cb37607ab50a79625b8bb6f7d3b1d))
* refactor the ast parse ([220fed5](https://github.com/originjs/webpack-to-vite/commit/220fed5614dbb35c5ad06d816bd5b9defb4a02ae))
* refactor vue sfc ([a0e0a18](https://github.com/originjs/webpack-to-vite/commit/a0e0a185970b7b66a483155bfd95730754896529))
* support index.html in public with ast parsing ([0a17b01](https://github.com/originjs/webpack-to-vite/commit/0a17b01410112e1de697240d1420377469d09cb1))
* support webpack.DefinePlugin ([b0288b6](https://github.com/originjs/webpack-to-vite/commit/b0288b62f66d2a1db8489621ffdf6b41b544f526))
* **transformer:** implements webpack transformer ([2050e12](https://github.com/originjs/webpack-to-vite/commit/2050e12b1bd06043bb4c085d486996bbfd230afa))
* update readme-zh ([de7cafa](https://github.com/originjs/webpack-to-vite/commit/de7cafa0698e4e932f24c5278f7713491eb8e2ad))
* update readme, add build status and npm status ([abc6a08](https://github.com/originjs/webpack-to-vite/commit/abc6a08c3a67598f24627c70b77c071fa000acd9))
* **webpack:** support webpack ([e7b8693](https://github.com/originjs/webpack-to-vite/commit/e7b869302794c24cbe94b6bfe16fe9f25e628aec))
* **webpack:** transformWebpack support devServer ([0f82ad0](https://github.com/originjs/webpack-to-vite/commit/0f82ad0359d6547e530910b232b5f70ff7503a54))



