Skip to content

Commit

Permalink
do not include canvas in CDN bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Oct 18, 2023
1 parent 3b40785 commit 77a96e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/bundleHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function makeBaseBundleConfig(options) {
const licensePlugin = makeLicensePlugin(licenseTitle);
const tsPlugin = makeTSPlugin('es5');
const rrwebBuildPlugin = makeRrwebBuildPlugin({
excludeCanvas: false,
excludeCanvas: true,
excludeIframe: false,
excludeShadowDom: false,
});
Expand Down

0 comments on commit 77a96e5

Please sign in to comment.