deno.land / x / sheetjs@v0.18.3 / demos / webpack / webpack.config.js

webpack.config.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */module.exports = { /* ensure that the XLSX variable is exported */ output: { path: __dirname, libraryTarget: 'var', library: 'XLSX' }, /* module.noParse needed for bower */ module: { noParse: [ /xlsx.core.min.js/, /xlsx.full.min.js/ ] }, /* Uncomment the next block to suppress codepage */ /* resolve: { alias: { "./dist/cpexcel.js": "" } }, */ /* suppress node shims */ node: { process: false, Buffer: false }};
sheetjs

Version Info

Tagged at
2 years ago