Skip to content
#

react-dom

Here are 545 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 react-dom 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 react-dom topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.