common config used to bundle vuefire and vuexfire
node --eval 'require("@posva/vuefire-bundler")("MyLibrary")'
It can be added as a script in package.json
file:
{
"scripts": {
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuexfire\")'"
}
}