canner-bundle-script
Bundle up Canner scripts.
``js`
npm install canner-bundle-script
`js
const cannerBundle = require('canner-bundle-script');
const bundle = cannerBundle({
schema: "
resolver: "
connector: "
})
.then(bundlePaths => {
// your bundle code paths
// path might be more than one, because we are using dynamic loader in webpack.
})
// bundle
// {
// schema: schemaObject,
// reolver: resolverObject,
// connector: connectorObject
// }
`
export umd library name cannerBundle.
get window.cannerBundle` from your browser.
This is a customized antd style.