Skip to content

Commit

Permalink
fixed exceljs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Aug 23, 2017
1 parent 1e43fcf commit 1cc2598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Trappist/src/Promact.Trappist.Web/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gulp.task('bundle-shims', function () {
'./node_modules/clipboard/dist/clipboard.js',
'./node_modules/jspdf/dist/jspdf.debug.js',
'./node_modules/jspdf-autotable/dist/jspdf.plugin.autotable.js',
'./node_modules/filesaver/FileSaver.js',
'./node_modules/filesaver.js/FileSaver.js',
'./node_modules/exceljs/dist/exceljs.js'
])
.pipe(concat('shims.js'))
Expand Down
1 change: 0 additions & 1 deletion Trappist/src/Promact.Trappist.Web/wwwroot/rollup-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default {
namedExports: {
'node_modules/chart.js/dist/Chart.js': ['chart.js'],
'node_modules/ng2-charts/index.js': ['ChartsModule']
//'node_modules/exceljs/dist/exceljs.js': ['Workbook']
}
}),
uglify()
Expand Down

0 comments on commit 1cc2598

Please sign in to comment.