1.1.4 • Published 6 years ago

@posva/vuefire-bundler v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@posva/vuefire-bundler

common config used to bundle vuefire and vuexfire

Usage

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\")'"
  }
}

License

MIT