Replace browserify with webpack

This commit is contained in:
Shuanglei Tao
2018-01-17 00:10:44 +08:00
parent 2057ec5c9c
commit 9715585fc1
9 changed files with 3123 additions and 823 deletions

View File

@@ -1,4 +1,8 @@
require("babel-polyfill");
// polyfills for ie11
require('core-js/fn/array');
require('core-js/fn/object');
require('core-js/fn/promise');
require('core-js/fn/typed');
require('fast-text-encoding');
var Zmodem = require('zmodem.js/src/zmodem_browser');