generator-videojs-plugin icon indicating copy to clipboard operation
generator-videojs-plugin copied to clipboard

How to build ES6 module files for modern projects that use WebPack or Rollup to bundle their dependencies?

Open tankvn opened this issue 3 years ago • 0 comments

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!

tankvn avatar May 09 '22 02:05 tankvn