open-amdocs / webrix-docs

The documentation site of Webrix
https://webrix.amdocs.com
10 stars 9 forks source link

Puppeteer tree-shaking import example should use default import #74

Open yairEO opened 2 years ago

yairEO commented 2 years ago

image

import {Puppeteer} from 'webrix/tools/Puppeteer';

Is exported as default in the above path:

https://github.com/open-amdocs/webrix/blob/master/src/tools/Puppeteer/index.js#L18