Commit 9eac0eb7 authored by 陈龙's avatar 陈龙

feat: 修改EC_HistoryView打包配置

parent 2861a1f8
...@@ -7,12 +7,19 @@ ...@@ -7,12 +7,19 @@
"license": "ISC", "license": "ISC",
"module": "es/index.js", "module": "es/index.js",
"main": "lib/index.js", "main": "lib/index.js",
"sideEffects": [
"*.less"
],
"directories": { "directories": {
"lib": "lib", "lib": "lib",
"es": "es",
"dist": "dist",
"test": "__tests__" "test": "__tests__"
}, },
"files": [ "files": [
"lib" "lib",
"es",
"dist"
], ],
"publishConfig": { "publishConfig": {
"registry": "https://g.civnet.cn:4873/" "registry": "https://g.civnet.cn:4873/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment