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

webpack.app.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
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */var commonops = { /* suppress node shims */ node: { process: false, Buffer: false }}
/* app.out.js */var app_config = Object.assign({ entry: './app.js', output: { path:__dirname, filename: './app.out.js' }}, commonops);
/* appworker.out.js */var appworker_config = Object.assign({ entry: './appworker.js', output: { path:__dirname, filename: './appworker.out.js' }}, commonops);
module.exports = [ app_config, appworker_config]
sheetjs

Version Info

Tagged at
2 years ago