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

Yeoman generator for video.js plugins.

Results 12 generator-videojs-plugin issues
Sort by recently updated
recently updated
newest added

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...

* Adds option to add video.js as a peerDependency and devDependency instead of a dependency, which should alleviate issues people have with installing plugins, espceially with yarn. * Default behaviour...

The error we are seeing is "Dynamic requires are not currently supported by rollup-plugin-commonjs" when running the player within an iFrame in corporate environments. This seems to affect any plugin...

Fixes the issue we currently have where we do not include prelease commits in the changelog at all. This happens via [@videojs/update-changelog](https://github.com/videojs/update-changelog) which is now provided by [@videojs/generator-helpers](https://github.com/videojs/generator-helpers). The update...

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `1.18.0` to `1.19.0`. 🚨 [View failing branch](https://github.com/videojs/generator-videojs-plugin/compare/master...videojs:greenkeeper%2Fdefault%2Frollup-1.19.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hi All, I am trying to get this to work in a react project I have an example here. https://github.com/samueleastdev/videojs-issue-28418 I am using the following code to import. ~~~ import...

Dependencies and their chain, dependency with issue in bold * [x] `circular-json` -> * [x] `flat-entry-cache` -> **`eslint`** -> `videojs-standard`: see https://github.com/eslint/eslint/issues/11257 * [x] **`log4js`** -> `karma`: see https://github.com/log4js-node/log4js-node/issues/789 *...

Remove usages of `&&` make sure that paths are all joined correctly.

* Markdown examples should be linted with old es5 syntax rules? * JSON linting should happen as well