Skip to content

Commit

Permalink
Merge commit 'a7257646eff69fc5b0739ac5f7d57860e2e39b5b'
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Jul 14, 2024
2 parents 63ac57d + a725764 commit 7c8f582
Show file tree
Hide file tree
Showing 7 changed files with 29,279 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build/Bundler.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ export default class Bundler{
exports: "named",
sourcemap: true,
},
{
file: "dist/js/tabulator_esm" + (minify ? ".min" : "") + ".mjs",
format: "esm",
exports: "named",
sourcemap: true,
},
],
onwarn:this._suppressUnnecessaryWarnings.bind(this),
});
Expand Down
3 changes: 3 additions & 0 deletions dist/js/tabulator_esm.min.mjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/tabulator_esm.min.mjs.map

Large diffs are not rendered by default.

Loading

0 comments on commit 7c8f582

Please sign in to comment.