mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-773: Include required polyfills for Blob and datalist.
This commit is contained in:
@@ -127,6 +127,8 @@ module.exports = {
|
||||
// Copy core libraries for global inclusion
|
||||
new CopyPlugin([
|
||||
{ from: 'angular/angular.min.js' },
|
||||
{ from: 'blob-polyfill/Blob.js' },
|
||||
{ from: 'datalist-polyfill/datalist-polyfill.min.js' },
|
||||
{ from: 'jquery/dist/jquery.min.js' },
|
||||
{ from: 'lodash/lodash.min.js' }
|
||||
], {
|
||||
|
Reference in New Issue
Block a user