Closed
Description
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
Labels
No labels