Skip to content

Commit b636836

Browse files
committed
qa: Cleanup rollup "stringify-object" configuration
1 parent 6dc6d8d commit b636836

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
"smoke": "node tests/smoke/run"
2424
},
2525
"lint-staged": {
26-
"*.js": [
27-
"prettier --write \"**/*.{js,json}\"",
28-
"git add"
29-
]
26+
"*.js": ["prettier --write \"**/*.{js,json}\"", "git add"]
3027
},
3128
"author": {
3229
"name": "Algolia, Inc.",

rollup.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ export default {
2626
plugins: [
2727
babel({
2828
babelrc: false,
29-
// Don't transpile `node_modules` except for `stringify-object`. This enables IE 11 support
30-
// and minification in older versions of Uglify.
31-
exclude: 'node_modules/!(stringify-object)/**',
29+
exclude: 'node_modules/**',
3230
presets: [
3331
[
3432
'es2015',

0 commit comments

Comments
 (0)