fix: allow absolute urls in public_folder (#5311)
This commit is contained in:
@ -68,6 +68,7 @@
|
||||
"semaphore": "^1.0.5",
|
||||
"tomlify-j0.4": "^3.0.0-alpha.0",
|
||||
"url": "^0.11.0",
|
||||
"url-join": "^4.0.1",
|
||||
"what-input": "^5.1.4",
|
||||
"yaml": "^1.8.3"
|
||||
},
|
||||
@ -90,6 +91,7 @@
|
||||
"devDependencies": {
|
||||
"@types/history": "^4.7.8",
|
||||
"@types/redux-mock-store": "^1.0.2",
|
||||
"@types/url-join": "^4.0.0",
|
||||
"redux-mock-store": "^1.5.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user