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

Add 'modesToZip' option #26

Closed naokazuterada closed 5 years ago

naokazuterada commented 5 years ago

Hi, thanks for useful plugin!

I tried to make my product using this plugin, but I also needed a zip file for the 'staging' mode.

So, how do you make it possible to set modes in which zipping up after build by this option?

adambullmer commented 5 years ago

Looking at this one now. Your proposed changes are to allow different build modes to build like production, yes? For example: vue-cli-service build --mode staging

naokazuterada commented 5 years ago

@adambullmer Yes, you are right. Thank you!

adambullmer commented 5 years ago

Thank you for the PR. It's been released in 0.13.0