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.

Use only a **single** bundling Tool

See original GitHub issue

Chevrotain is already using ESBuild for the ESM bundles. But still using webpack for producing the UMD bundles, due to lack of UMD support in ESBuild.

There seems to be possible workarounds available via the banner and footer options

For reference see:

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
NaridaLcommented, Nov 2, 2021

I’ll make a pr

On Wed, Nov 3, 2021, 00:09 Shahar Soel @.***> wrote:

And easily integrating a single bundling tool instead of two ones reduces the project’s complexity which is a win in my book.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Chevrotain/chevrotain/issues/1683#issuecomment-958367401, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSTYSWFZRFG7DRS63XSVALUKBVRZANCNFSM5GWK3W3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

0reactions
bd82commented, Mar 6, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

JavaScript Modules Part 2: Module Bundling - freeCodeCamp
On a high level, module bundling is simply the process of stitching together a group of modules (and their dependencies) into a single...
Read more >
Building without bundling: How to do more with less
It is an install-time tool focused only on your dependencies, and it doesn't require any other application build step. For best results, you ......
Read more >
Bundling and Minification | Microsoft Learn
Bundling is a new feature in ASP.NET 4.5 that makes it easy to combine or bundle multiple files into a single file. You...
Read more >
Demystifying Code Bundling with JavaScript Modules
One method for reducing bundle size is “code splitting,” or creating multiple bundles from one codebase. All this requires is to set up...
Read more >
Module Bundling with Webpack - LearnHowToProgram.com
A module bundler collects all project source code and concatenates it into a big central file. Using a module bundler has recently become...
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