add polyfill

This commit is contained in:
DD 2018-04-26 12:14:19 -04:00
parent f1e70c430f
commit c73b06a254
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"blueimp-canvas-to-blob": "3.14.0",
"buffer-loader": "0.0.1",
"copy-webpack-plugin": "4.2.1",
"decode-html": "2.0.0",

View file

@ -18,6 +18,7 @@ const Variable = require('./engine/variable');
const {loadCostume} = require('./import/load-costume.js');
const {loadSound} = require('./import/load-sound.js');
const {serializeSounds, serializeCostumes} = require('./serialization/serialize-assets');
require('blueimp-canvas-to-blob');
const RESERVED_NAMES = ['_mouse_', '_stage_', '_edge_', '_myself_', '_random_'];