From 435faba04a22fb58746e9f3e5a3e41669af1b79a Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 26 Feb 2022 19:48:42 +0100 Subject: [PATCH] JS: The code works with WebPack too --- js/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/README.md b/js/README.md index aa2af2a3..e9e81bfb 100644 --- a/js/README.md +++ b/js/README.md @@ -30,7 +30,7 @@ or with ES modules: import oxigraph from './node_modules/oxigraph/node.js'; ``` -To load on an HTML web page: +To load on an HTML web page (for [WebPack 5](https://webpack.js.org/) remove the ` ``` +This example works with WebPack too if you remove the `