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

Make CopyWebpackPlugin pattern an array #20

Closed siphomateke closed 6 years ago

siphomateke commented 6 years ago

I shamefully forgot to test PR #14 after committing 3350582860cc7c462013f5918dade18d4f549092 and thus missed that it incorrectly passed an object to CopyWebpackPlugin instead of an array. This PR fixes that mistake.