adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
427 stars 76 forks source link

Feature: Hide Webpack messages about zip file exceeding the recommended size limit #19

Closed siphomateke closed 5 years ago

siphomateke commented 6 years ago

Webpack currently shows a message like the following when building a project for production:

asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
  ../dist-zip/<project-name>-v<version>.zip (945 KiB)

I don't think this message is relevant and if possible should be hidden.