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 6dc6d8d commit b636836Copy full SHA for b636836
package.json
@@ -23,10 +23,7 @@
23
"smoke": "node tests/smoke/run"
24
},
25
"lint-staged": {
26
- "*.js": [
27
- "prettier --write \"**/*.{js,json}\"",
28
- "git add"
29
- ]
+ "*.js": ["prettier --write \"**/*.{js,json}\"", "git add"]
30
31
"author": {
32
"name": "Algolia, Inc.",
rollup.config.js
@@ -26,9 +26,7 @@ export default {
plugins: [
babel({
babelrc: false,
- // Don't transpile `node_modules` except for `stringify-object`. This enables IE 11 support
- // and minification in older versions of Uglify.
- exclude: 'node_modules/!(stringify-object)/**',
+ exclude: 'node_modules/**',
presets: [
33
[
34
'es2015',
0 commit comments