I guess this workaround is still needed for Node 10+

(really closes #7036)
This commit is contained in:
Bryan Housel
2019-11-11 14:23:13 -05:00
parent 9908238205
commit 2f3a9ea283
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ function buildBundle() {
}),
nodeResolve({
mainFields: ['module', 'main'],
browser: false
browser: false,
dedupe: ['object-inspect']
}),
commonjs(),
json({ indent: '' }),
+1
View File
@@ -84,6 +84,7 @@
"mocha-phantomjs-core": "^2.1.0",
"name-suggestion-index": "3.4.0",
"npm-run-all": "^4.0.0",
"object-inspect": "1.7.0",
"osm-community-index": "1.0.0",
"phantomjs-prebuilt": "~2.1.11",
"request": "^2.88.0",