Package Exports
- @putout/bundle
- @putout/bundle/bundle/putout.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@putout/bundle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@putout/bundle 
🐊Putout bundle to get things working in Deno and Browsers
Usage
import putout from 'https://esm.sh/@putout/bundle';
import removeDebugger from 'https://esm.sh/plugin-remove-debugger';
import removeUnusedVariables from 'https://esm.sh/@putout/plugin-remove-unused-variables?alias=putout:@putout/bundle';
putout('const a = 5;debugger', {
plugins: [
['remove-debugger', removeDebugger],
['remove-unused-variables', remove-unused-variables],
]
});
// returns
['', []]License
MIT