We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcb349 commit de2eb0bCopy full SHA for de2eb0b
build/webpack.config.mapboxgl.js
@@ -29,6 +29,9 @@ module.exports = {
29
'webgl-debug': '(function(){try{return webgl-debug}catch(e){return {}}})()',
30
xlsx: 'function(){try{return XLSX}catch(e){return {}}}()',
31
canvg: 'function(){try{return canvg}catch(e){return {}}}()',
32
+ 'video.js': 'function(){try{return videojs}catch(e){return {}}}()',
33
+ 'flv.js': 'function(){try{return flvjs}catch(e){return {}}}()',
34
+ '@turf/turf': "function(){try{return turf}catch(e){return {}}}()",
35
jsonsql: 'function(){try{return jsonsql}catch(e){return {}}}()'
36
})
37
],
0 commit comments