We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d2b16 commit 86c08bcCopy full SHA for 86c08bc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-firestore",
3
- "version": "0.16.0",
+ "version": "1.0.1",
4
"description": "Redux bindings for Firestore.",
5
"main": "lib/index.js",
6
"module": "es/index.js",
webpack.config.js
@@ -29,6 +29,7 @@ const config = {
29
loader: 'babel-loader',
30
options: {
31
presets: ['@babel/preset-env'],
32
+ plugins: ['@babel/transform-runtime'],
33
},
34
35
exclude: /node_modules/,
0 commit comments