File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export default [
3535 'html2canvas' ,
3636 ] ,
3737 globals : {
38+ 'es6-promise' : 'es6promise' ,
3839 jspdf : 'jsPDF' ,
3940 html2canvas : 'html2canvas'
4041 } ,
@@ -58,6 +59,7 @@ export default [
5859 'html2canvas' ,
5960 ] ,
6061 globals : {
62+ 'es6-promise' : 'es6promise' ,
6163 jspdf : 'jsPDF' ,
6264 html2canvas : 'html2canvas'
6365 } ,
@@ -79,6 +81,7 @@ export default [
7981 { file : pkg . browser . replace ( / j s $ / , 'bundle.js' ) , format : 'umd' }
8082 ] ,
8183 globals : {
84+ 'es6-promise' : 'es6promise' ,
8285 jspdf : 'jsPDF' ,
8386 html2canvas : 'html2canvas'
8487 } ,
@@ -98,6 +101,7 @@ export default [
98101 { file : pkg . browser . replace ( / j s $ / , 'bundle.min.js' ) , format : 'umd' }
99102 ] ,
100103 globals : {
104+ 'es6-promise' : 'es6promise' ,
101105 jspdf : 'jsPDF' ,
102106 html2canvas : 'html2canvas'
103107 } ,
You can’t perform that action at this time.
0 commit comments