Skip to content

Commit

Permalink
chore: 新增全量组件 dist
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfu1 committed Jun 7, 2021
1 parent 36ed26b commit 9649e15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.10

`2021-06-07`

- 🆕 新增全量组件 dist,charts_all。

## 1.1.9

`2021-06-04`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/charts",
"version": "1.1.9",
"version": "1.1.10",
"description": "React translate g2plot",
"bugs": {
"url": "https://github.com/ant-design/ant-design-charts/issues"
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
// charts: ['@babel/polyfill', './src/index.ts'],
charts: './src/index.charts.ts',
charts_g6: './src/index.g6.ts',
charts_all: './src/index.ts',
},
output: {
filename: '[name].min.js',
Expand Down

0 comments on commit 9649e15

Please sign in to comment.