Correctly lookup assets when using a relative build directory (#5163)
* Correctly lookup assets when using a relative build directory * Hah, var ... * Add e2e test for relative paths * Format svg
Showing
+80 -1
fixtures/smoke/relative-paths/index.test.js
0 → 100644
fixtures/smoke/relative-paths/package.json
0 → 100644
fixtures/smoke/relative-paths/src/index.css
0 → 100644
fixtures/smoke/relative-paths/src/index.js
0 → 100644
fixtures/smoke/relative-paths/src/logo.svg
0 → 100644
... | @@ -23,6 +23,7 @@ | ... | @@ -23,6 +23,7 @@ |
"execa": "1.0.0", | "execa": "1.0.0", | ||
"fs-extra": "^7.0.0", | "fs-extra": "^7.0.0", | ||
"get-port": "^4.0.0", | "get-port": "^4.0.0", | ||
"globby": "^8.0.1", | |||
"husky": "1.0.0-rc.15", | "husky": "1.0.0-rc.15", | ||
"jest": "^23.6.0", | "jest": "^23.6.0", | ||
"lerna": "2.9.1", | "lerna": "2.9.1", | ||
... | ... |
Please register or sign in to comment