We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647fce1 commit c8dbd72Copy full SHA for c8dbd72
1 file changed
README.md
@@ -180,6 +180,20 @@ and replace `react-scripts` in `package.json`:
180
}
181
```
182
183
+
184
+#### Using baseUrl
185
186
+* **`baseUrl = '.'`**
187
188
+ * able to create alias outside of `src` (near `src`)
189
+ * for each directory in `src` alias **does not** created automatically (must be declared manually)
190
191
+* **baseUrl = 'src'**
192
193
+ * alias outside of `src` is not possible, only in directory specified in `baseUrl`
194
+ * for each folder in `src` alias created automatically with same name as folder
195
196
197
#### API
198
199
* **options**
0 commit comments