bundle.onwarn(`Using named and default exports together. Consumers of your bundle will have to use ${moduleName||'bundle'}['default'] to access the default export, which may not be what you want. Use \`exports: 'named'\` to disable this warning. See https://github.com/rollup/rollup/wiki/JavaScript-API#exports for more information`);