mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
I guess this workaround is still needed for Node 10+
(really closes #7036)
This commit is contained in:
+2
-1
@@ -62,7 +62,8 @@ function buildBundle() {
|
||||
}),
|
||||
nodeResolve({
|
||||
mainFields: ['module', 'main'],
|
||||
browser: false
|
||||
browser: false,
|
||||
dedupe: ['object-inspect']
|
||||
}),
|
||||
commonjs(),
|
||||
json({ indent: '' }),
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user