Runtime compilation is not supported in this build of Vue. Configure your bundler to alias “vue” to “vue/dist/vue.esm-bundler.js”. 2022-02-14by SKILLNULL Vue 阅读(2847) vite.config.ts中添加 123456 resolve: { // 文件系统路径的别名 alias: { 'vue': 'vue/dist/vue.esm-bundler.js' }} 打赏 赞(0) 微信支付宝 用微信扫描二维码打赏用支付宝扫描二维码打赏 文章导航 vue3开启eslint报错:ESLint error: Parsing error: ‘>‘ expectedYou are currently using minified code outside of NODE_ENV === ‘production’. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build. 评论 取消回复 电子邮件地址不会被公开。