We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6e070 commit c208b1fCopy full SHA for c208b1f
4 files changed
demo/README.md
@@ -28,7 +28,7 @@ see the [Node.js Build Dependency] documentation page.
28
29
The webpack build will compile TypeScript and JavaScript files, as well as CSS and SCSS files, and bundle them independently
30
for each module entry point. See the example at `demo/src/client/entryPoints.js`. The bundled resources will be placed in the
31
-appropriate LabKey directory for web resources. See the example at `resources/web/demo/gen/`. The build will also
+appropriate LabKey directory for web resources. See the example at `resources/web/gen/`. The build will also
32
generate the necessary LabKey HTML files, including the containing elements for the React apps, as well as the necessary
33
`view.xml` files to make the bundled React and CSS files available to the appropriate LabKey React pages.
34
See the example at `resources/views/`.
0 commit comments