build: update webpack and babel (#1793)

This commit is contained in:
MoyuScript
2019-04-07 14:24:17 -07:00
parent e110c0fb4d
commit ee21f958e1
8 changed files with 5590 additions and 3840 deletions

View File

@ -21,7 +21,7 @@ var REFTEST = window.location.search.indexOf('reftest') !== -1;
.concat([
'/node_modules/jquery/dist/jquery.min',
'/dist/html2canvas',
'/dist/RefTestRenderer'
'/build/RefTestRenderer'
])
.forEach(appendScript);