mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
build: update webpack and babel (#1793)
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user