Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "@58fe/v5", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "vue components", |
@@ -44,5 +44,11 @@ # V5 | ||
## 其他 | ||
### 1、打包时抛出 'These dependencies were not found: | ||
原因是 V5 的样式是基于sass编写的,所以需要依赖以下两个npm包: | ||
### 1、打包时抛出 Unexpected token | ||
```sh | ||
npm install sass-loader node-sass --save-dev | ||
``` | ||
### 2、打包时抛出 Unexpected token | ||
原因是 V5 的 js 源码没进行 babel 转译,可以在 webpack 配置中的增加以下 loaders: | ||
@@ -49,0 +55,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186615
61