Skip to content

Commit c208b1f

Browse files
authored
Update @labkey/build to 4.0.0 (#57)
1 parent 5c6e070 commit c208b1f

File tree

4 files changed

+191
-64
lines changed

4 files changed

+191
-64
lines changed

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ see the [Node.js Build Dependency] documentation page.
2828

2929
The webpack build will compile TypeScript and JavaScript files, as well as CSS and SCSS files, and bundle them independently
3030
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
31+
appropriate LabKey directory for web resources. See the example at `resources/web/gen/`. The build will also
3232
generate the necessary LabKey HTML files, including the containing elements for the React apps, as well as the necessary
3333
`view.xml` files to make the bundled React and CSS files available to the appropriate LabKey React pages.
3434
See the example at `resources/views/`.

0 commit comments

Comments
 (0)