Skip to content

No output #11

Closed
Closed
@cdalexndr

Description

@cdalexndr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions