generator-videojs-plugin
generator-videojs-plugin copied to clipboard
How to build ES6 module files for modern projects that use WebPack or Rollup to bundle their dependencies?
This is my first time use generator-videojs-plugin v8.0.0
This is my plugin https://github.com/tankvn/videojs-google-analytics https://github.com/tankvn/videojs-google-analytics/tree/main/dist
But I don't see videojs-google-analytics.cjs.js videojs-google-analytics.es.js
How to build CommonJS module and ES6 module files?
Thanks for helps!