mirror of
https://github.com/github/codeql.git
synced 2026-02-14 06:01:07 +01:00
This moves the test for the babel `root-import` plugin into the new unit test for import resolution, so we only have one set of tests to maintain. The actual implementation is added in the next commit.
13 lines
215 B
JSON
13 lines
215 B
JSON
{
|
|
"babel": {
|
|
"plugins": [
|
|
["babel-plugin-root-import", [{
|
|
"rootPathSuffix": "src/js"
|
|
}, {
|
|
"rootPathPrefix": "#",
|
|
"rootPathSuffix": "../tst1"
|
|
}]]
|
|
]
|
|
}
|
|
}
|