You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my organization would like to use ThunderJS library in node.js application running on STB. We would like to request for adding direct CommonJS support so that this library can be used without the need for additional translation.
I think the easiest way to achieve this is to add an extra target to the rollup.config.js file:
This will generate a new ./dist/thunderJS.cjs file. After committing the file to the repository, we can modify the "main" property of the package.json file to point to that file:
Hi,
my organization would like to use ThunderJS library in node.js application running on STB. We would like to request for adding direct CommonJS support so that this library can be used without the need for additional translation.
I think the easiest way to achieve this is to add an extra target to the rollup.config.js file:
This will generate a new ./dist/thunderJS.cjs file. After committing the file to the repository, we can modify the "main" property of the package.json file to point to that file:
The text was updated successfully, but these errors were encountered: