Skip to content

Commit 2b8a3fc

Browse files
committed
chore: update readme
1 parent 20a75b7 commit 2b8a3fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ defines the require() aliases used by both webpack and node.
8080
Aliased paths are prefixed with one of two symbols, which denote different
8181
things:
8282

83-
`@` - paths in the `common/` folder, e.g. `@components` or `@actions`, etc.
84-
`$` - paths in the `server/` folder
83+
`@` - component and template paths, e.g. `@components`
84+
85+
`$` - server paths that are built by babel, e.g. `server/api`
8586

8687
Aliases are nice to use for convenience, and lets us avoid using relative paths
8788
in our components:

0 commit comments

Comments
 (0)