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.

Create default bundle to make getting started quicker

See original GitHub issue

If I have a project where I only use the Java API and the core set of Vaadin components, it would be nice to be able to skip downloading npm dependencies and running Webpack. This would speed up getting started significantly.

Suggestion Use a pre-built default bundle containing all Vaadin components if:

  1. Project is in dev mode
  2. No @JSModule or @JavaScript annotations are pulling in code that’s not already in the bundle.

This is analogous to the default widgetset of earlier Vaadin versions.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

6reactions
marcushellbergcommented, Aug 15, 2019

I realize this is more of a conversation starter than a concrete proposal. But I think it’s worth investigating because it could have a big positive impact for developer experience.

0reactions
Artur-commented, Feb 7, 2022

This is being implemented in #12940

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create an instant-enabled app bundle - Android Developers
You can declare that your app bundle supports instant experiences using one of the following methods: If you have an existing app bundle...
Read more >
One Weird Trick That Will Speed Up Your Bundle Install
I guess we might have picked up a few seconds. Just to rule out context switching, let's try --jobs 4 : $ time...
Read more >
Getting Started - ESBuild
Getting Started. #Install esbuild. First, download and install the esbuild command locally. A prebuilt native executable can be installed using npm (which ...
Read more >
How to Bundle JavaScript With Rollup — Step-by-Step Tutorial
Step 1: Install Rollup and create a configuration file. ... Next, create a new file called rollup.config.js in the learn-rollup folder. Inside, add...
Read more >
How to create a Ruby gem with Bundler
To begin to create a gem using Bundler, use the bundle gem command like this: ... To get started with writing our tests,...
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