Browse Source

Fix IE startsWith

pull/8565/merge
afc163 7 years ago
parent
commit
a9797ac4ce
  1. 1
      site/theme/index.js

1
site/theme/index.js

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

Loading…
Cancel
Save