Skip to content

Commit 1d10b1e

Browse files
committed
remove outdated section
1 parent a733e58 commit 1d10b1e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: README.md

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ You need an installed version of `Node.js` to build your Webchat. Clone this rep
1717
For development purposes, you can utilize `npm run dev`. This command spawns an HTTP server on port 8080, showcasing the current form of the webchat directly from the source code. It automatically reloads upon updating source files, simplifying the development process.
1818
It automatically reloads when you make changes, streamlining the development process.
1919

20-
## Compatibility Builds
21-
22-
The `npm run bundle` command generates bundle files for the Webchat itself and basic Webchat plugins. Additionally, it produces a second version of each bundle ending in `.legacy.js`. These builds maintain the same feature set as the regular ones but are converted into an older JavaScript standard, enhancing compatibility for older browsers that lack support for modern JavaScript features, such as Internet Explorer 11. When you run the command `npm run bundle`, it creates bundle files for the Webchat along with some basic Webchat plugins. This command also produces a second version of each bundle, which has `.legacy.js` at the end of its name. These builds have the same features as the regular ones but are converted into an older JavaScript standard. This enhances compatibility for older browsers that don't support modern JavaScript features, such as Internet Explorer 11.
23-
2420
## Migration Guide
2521

2622
If you are already using Webchat 2 and want to migrate to Webchat v3, please follow the [migration guide](https://docs.cognigy.com/webchat/migration/) here.

0 commit comments

Comments
 (0)