Fix IE startsWith

This commit is contained in:
afc163 2017-12-13 21:36:19 +08:00
parent 336c3613e8
commit a9797ac4ce

View File

@ -1,3 +1,4 @@
require('core-js/es6/string');
const path = require('path');
const homeTmpl = './template/Home/index';