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 4662050 commit 24f4de3Copy full SHA for 24f4de3
.babelrc
package.json
@@ -40,6 +40,9 @@
40
],
41
"ignore": ["dist/"]
42
},
43
+ "babel": {
44
+ "presets": ["es2015-rollup"]
45
+ },
46
"scripts": {
47
"lint": "repo-tools lint \"**/*.js\"",
48
"bundle": "rollup -c rollup.config.js -f cjs -o dist/js-data-rethinkdb.js -m dist/js-data-rethinkdb.js.map src/index.js && repo-tools write-version dist/js-data-rethinkdb.js",
0 commit comments