tjenkinson / clappr-thumbnails-plugin

A plugin for clappr which will display thumbnails when hovering over the scrub bar. Thumbnails can either be individual images or a sprite sheet.
https://tjenkinson.github.io/clappr-thumbnails-plugin/demo/
MIT License
44 stars 14 forks source link

Define Clippr and plugins in Webpack.ProvidePlugin it built error #91

Closed JimZhang1028 closed 5 years ago

JimZhang1028 commented 5 years ago

Please see the issue as below https://github.com/clappr/clappr/issues/1790 I think this plugin should the configuration and release a new builds.

externals: {
  clappr: {
    amd: 'clappr',
    commonjs: 'clappr',
    commonjs2: 'clappr',
    root: 'Clappr'
  }
},
tjenkinson commented 5 years ago

thanks @JimZhang1028 should be fixed now