Skip to content

Commit

Permalink
build v4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Oct 31, 2018
1 parent 0eaba2d commit 9e459b7
Show file tree
Hide file tree
Showing 10 changed files with 310 additions and 161 deletions.
6 changes: 4 additions & 2 deletions packages/omi/config/properties.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"props": {
"cname": 27,
"cname": 29,
"props": {
"$_dirty": "__d",
"$_disable": "__x",
Expand All @@ -27,7 +27,9 @@
"$_vd": "y",
"$_css": "z",
"$_proxifyObjectTreeRecursively": "A",
"$_isInstalled": "B"
"$_isInstalled": "B",
"$_useId": "C",
"$_useMap": "D"
}
},
"vars": {
Expand Down
3 changes: 3 additions & 0 deletions packages/omi/config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export default {
}
}
]
],
plugins: [
"transform-class-properties"
]
}),
licensePlugin
Expand Down
187 changes: 117 additions & 70 deletions packages/omi/dist/omi.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/omi/dist/omi.dev.js.map

Large diffs are not rendered by default.

0 comments on commit 9e459b7

Please sign in to comment.