The Wayback Machine - https://web.archive.org/web/20201007061257/https://github.com/topics/rollup
Skip to content
#

rollup

Here are 1,229 public repositories matching this topic...

tsdx
zhaoyao91
zhaoyao91 commented Jul 16, 2020

Current Behavior

To export umd module, I would like to include all modules into the bundle, so I config the rollup

    if (config.output.format === 'umd') {
      delete config.external;
    }

but when building, it crashes:

(babel plugin) SyntaxError: /Users/bytedance/workspace/ee_web_apps-menu/node_modules/lodash-es/isBuffer.js: 'import' and 'export' may only appe

Improve this page

Add a description, image, and links to the rollup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rollup topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.