We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42d1f8 commit 05fd64aCopy full SHA for 05fd64a
1 file changed
README.md
@@ -432,7 +432,7 @@ Unfortunately if you try to include the package locally from source you'll most
432
To create the distribution version and reference it, do the following:
433
434
- In the root of the project, run `npm run build` to build the package into `dist`
435
-- Update `website/package.json` to reference the `dist` build: `"react-live-chat-loader": "../dist"`
+- Update `website/package.json` to reference the `dist` build: `"react-live-chat-loader": "../"`
436
- In the `website` directory run `npm install`
437
- In the `website` directory run the server with `npm run dev`
438
- Add a new page to `website/pages/` which includes the new component
0 commit comments