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.

Using the following rollup.config:

import {analyze} from 'rollup-plugin-analyzer';
export default {
    input: './first.js',
    output: {
        file: 'bundle.js',
        format: 'iife',
        name: 'bundle'
    },
    plugins: [
        analyze({stdout: true})
    ]
};

Building with the following command doesn’t print the analytics information:

> rollup -c .\rollup.config.js

./first.js → bundle.js...
created bundle.js in 31ms

Same results without any options passed to plugin.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
doesdevcommented, Sep 12, 2019

Added to the engine’s list in the package.json and added a badge for it up top.

1reaction
kevinkacecommented, Jul 23, 2019

Might be good to add this to the readme.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No Output devices found? - Microsoft Community
2. Go to File Explorer, right-click This PC then click Properties. And on the left pane, click Advanced system settings > Hardware (tab)...
Read more >
Fixed: “No Audio Output Device Is Installed” Error on Windows
In this guide, SoftwareKeep Experts will show you how to fix “No Audio Output Device Is Installed” Error on Windows 10. Let's get...
Read more >
5+ Methods: Fix No Output or Input Devices Found Windows ...
Sometimes, no output devices found problems may be caused by a disabled output device. If so, you need to reenable it manually. ......
Read more >
"No Audio Output Device is Installed" Error Windows 10
Experiencing a "No Audio Output Device is Installed” Error in Windows 10? We share 3 ways to fix the “No Audio Output Device...
Read more >
[FIXED] No Audio Output Device is Installed Issue
As mentioned, the “no audio output device is installed in Windows 10” error happens due to a corrupted or outdated driver. Therefore, the...
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