webpack-to-vite icon indicating copy to clipboard operation
webpack-to-vite copied to clipboard

Convert a webpack/vue-cli project to vite project. 将 webpack/vue-cli 项目转换为 vite 项目。

Results 8 webpack-to-vite issues
Sort by recently updated
recently updated
newest added

https://github.com/vuejs/vue/blob/main/CHANGELOG.md#270-2022-07-01 vue2.7使用了新的vite插件https://github.com/vitejs/vite-plugin-vue2 我们项目测试了下,编译通过但都是白屏,去掉部分问题后会加载大量文件,不知道有没有解决方案?

Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/vue.js?v=e725d410' does not provide an export named 'createElementBlock' 项目 webpack 启动是正常的 vite 启动 错误 尝试 vue 和 "@vue/compiler-sfc": "^3.2.4", 同一版本中 还是未能解决 这个还可以修改哪里可以适配呢?

### Is your feature request related to a problem? Please describe. There is no transformer for entry filename and chunk filename, which is always used in webpack configuration. ### Describe...

在项目的webpack转vite的过程中报了这个错误导致转换失败 ![企业微信截图_16316940915946](https://user-images.githubusercontent.com/48522994/133397558-ea2a6ded-e9d3-43b7-941f-13b8c48e9294.png)

bug

![image](https://github.com/originjs/webpack-to-vite/assets/49383038/a384abd9-8877-4b0d-8632-2a4461382739)

Hi all! Firstly, thanks for your helpful tool Do you have the plan to support React(Create react app) in the future?

# Describe the question Vite have provided resolve.extensions to omit the extensions for imports: ```js { resolve: { extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue'] // .vue added }...

### Versions - webpack-to-vite: - node: ### Reproduction Additional Details