Skip to content

Commit 77a96e5

Browse files
committed
do not include canvas in CDN bundle
1 parent 3b40785 commit 77a96e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/bundleHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function makeBaseBundleConfig(options) {
3636
const licensePlugin = makeLicensePlugin(licenseTitle);
3737
const tsPlugin = makeTSPlugin('es5');
3838
const rrwebBuildPlugin = makeRrwebBuildPlugin({
39-
excludeCanvas: false,
39+
excludeCanvas: true,
4040
excludeIframe: false,
4141
excludeShadowDom: false,
4242
});

0 commit comments

Comments
 (0)