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 19, 2023
1 parent 1577428 commit 26985d6
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 26985d6

Please sign in to comment.