We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a75b7 commit 2b8a3fcCopy full SHA for 2b8a3fc
README.md
@@ -80,8 +80,9 @@ defines the require() aliases used by both webpack and node.
80
Aliased paths are prefixed with one of two symbols, which denote different
81
things:
82
83
-`@` - paths in the `common/` folder, e.g. `@components` or `@actions`, etc.
84
-`$` - paths in the `server/` folder
+`@` - component and template paths, e.g. `@components`
+
85
+`$` - server paths that are built by babel, e.g. `server/api`
86
87
Aliases are nice to use for convenience, and lets us avoid using relative paths
88
in our components:
0 commit comments