ritz078/rollup-plugin-filesize

package.json main is pointing to null

Closed this issue · 2 comments

in package.json main field is pointing to "main": "dist/index.js", but dist folder is not shipped with NPM in this plugin.

using plugin fails with following exception:

Error: Cannot find module 'rollup-plugin-filesize'

usage:

import filesize from 'rollup-plugin-filesize';

ps. It was working fine few days ago

I hope this has been resolved.

works fine now.