Skip to content

Commit

Permalink
chore: remove full dist pkg (#5792)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Nov 14, 2023
1 parent 04f83d5 commit be0ccff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
17 changes: 0 additions & 17 deletions bundle/g2.full.ts

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@
"path": "dist/g2.lite.min.js",
"limit": "240 Kb",
"gzip": true
},
{
"path": "dist/g2.full.min.js",
"limit": "350 Kb",
"gzip": true
}
],
"author": {
Expand Down
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const Bundles = [
// [input, output, name]
['bundle/g2.std.ts', 'dist/g2.min.js', 'G2'],
['bundle/g2.lite.ts', 'dist/g2.lite.min.js', 'G2'],
['bundle/g2.full.ts', 'dist/g2.full.min.js', 'G2'],
];

export default [
Expand Down

0 comments on commit be0ccff

Please sign in to comment.