question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add test for umd dist bundle

See original GitHub issue

Right now our test code both import from src, we can not guarantee the build output is ok.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
yesmeckcommented, Jun 29, 2017

我来搞下好了,antd 也搞一下。

0reactions
paranoidjkcommented, Jul 5, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

Bundling with Rollup: Build CommonJS to UMD
js, use umd (Universal Module Definition). To generate a UMD bundle with MyModuleName as the export name: $ npx rollup index.js --file dist/bundle....
Read more >
Build a Modern JS Project - #5 Rollup with CJS, ESM & UMD
In this next episode, we'll configure a build setup in our project. Our source code will define React components and export them via...
Read more >
Running a webpack bundled JS library with "umd" module ...
I can use library.type: "umd" but I just have to add the following in my webpack configuration. module.exports = { output: { globalObject: ......
Read more >
Output - webpack
Because of this, placeholders like [name] and [chunkhash] need to add a mapping from chunk id to placeholder value to the output bundle...
Read more >
Assessment Office | UMD College of Education
Convene and provide assessment data for college-wide and district committees. Leverage partnerships for professional development schools and K-12 teacher ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found