-
### 描述问题
导入了这个插件,就会报错,注释掉就消失了。不清楚是哪里冲突了
1. tsconfig.json
`"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"…
-
**问题描述**
使用vue-cli 创建的项目 vue create -p dcloudio/uni-preset-vue gapp-v2
**复现步骤**
[复现问题的步骤]
1. 项目加入了prettier/eslint-prettier/eslint-vue等一众模块
package.json
```json
"devDependencies": {
…
EVINK updated
11 months ago
-
报错如下
Error: PostCSS plugin postcss-uniapp-plugin requires PostCSS 8.
Migration guide for end-users:
https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users
```json
{
"name": "vue-cli…
-
![image](https://github.com/NervJS/taro/assets/37952670/04ba38c1-4b56-47ac-be49-ce76fbd7886f)
"dependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "…
-
![image](https://user-images.githubusercontent.com/10919124/208039370-24af27be-6c15-4c8b-b3e4-bf6558b61379.png)
安装后 package.json
```json
{
"name": "my-project3",
"version": "0.1.0",
"pri…
-
基本上都会超过500kb。
谢谢。
或者提供一个建议。
我自己也去看下里面代码的组成,看看开发者能从什么方面去减少vendor.js。
-
cli下载的hello 等项目模版,使用的是 @^2.0.1-alpha- 的依赖。能否同步升级一下?用正式的依赖吗?
正式的和 alpha 作为项目上线是否有什么区别?
-
**问题描述**
开发环境正常,但是生产环境打包报错
+ npm run build
> designer-policy-h5@0.1.0 build /home/jenkins/agent/workspace/kbench-webmxvs8_workbench-h5_dev/designer-policy-h5
> npm run build:h5
> design…
-
*问题描述**
[问题描述:vue-cli 命令编译H5项目访问空白页面(我是起了服务的),小程序正常
配置文件
pages.json
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"…
-
**问题描述**
项目一直只用来开发微信小程序,在 `2.0.0-26820200330001` 版本时运行 `yarn run dev:mp-weixin` 正常编译,升级相关依赖至 `2.0.1-35320220729002` 后,运行上述命令未编译即结束,也无任何报错信息
目前项目依赖:
```
{
"name": "zjzj",
"scripts": {
…