Sha256: 7542edc31b7bd3fd9e15e1aa15602701ec2c704450db683a9622231468142266

Contents?: true

Size: 335 Bytes

Versions: 6

Compression:

Stored size: 335 Bytes

Contents

module.exports = {
  resolve: {
    alias: {
      // By default Video.js now includes the http-streaming
      // plugin. To reduce bundle size on mobile devices, we load it
      // dynamically in src/frontend/dash only if HLS is not natively
      // supported by the browser.
      'video.js$': 'video.js/core.es.js'
    },
  }
};

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pageflow-16.1.0 entry_types/scrolled/package/config/webpack.js
pageflow-16.0.0 entry_types/scrolled/package/config/webpack.js
pageflow-15.8.0 entry_types/scrolled/package/config/webpack.js
pageflow-15.7.1 entry_types/scrolled/package/config/webpack.js
pageflow-15.7.0 entry_types/scrolled/package/config/webpack.js
pageflow-15.6.1 entry_types/scrolled/package/config/webpack.js