Install package "node-json2html" with externals configuration for "cc-webpack-externals-plugin"
@codecoupler/cc-webpack-externals-plugin in your Webpack configuration
node-json2html and automatically configure this
bash
npm i @cc-external/node-json2html
`
The version number of this package matches the major and minor number of the module node-json2html
that is included as dependency. The patch number do not correspond to the module patch number.
Usage Notes
In Version 2.2.3 you have to use import "json2html" instead import "node-json2html". This was
a very bad idea. Please use import "node-json2html"` as mentioned in the official documentation.