We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a3b0d commit bbdc656Copy full SHA for bbdc656
packages/vuexfire/package.json
@@ -2,15 +2,15 @@
2
"name": "vuexfire",
3
"version": "3.0.0-alpha.5",
4
"description": "Firestore binding for Vuex",
5
- "main": "dist/vuexfire.cjs.js",
6
- "module": "dist/vuexfire.es.js",
+ "main": "dist/vuexfire.common.js",
+ "module": "dist/vuexfire.esm.js",
7
"unpkg": "dist/vuexfire.js",
8
"browser": "dist/vuexfire.es.js",
9
+ "sideEffects": false,
10
"files": [
11
"src",
12
"dist",
- "LICENSE",
13
- "README.md"
+ "LICENSE"
14
],
15
"scripts": {
16
"lint": "eslint --color --ext=js,html src test examples build",
0 commit comments