UNPKG
xlsx-style-downloadt
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
xlsx-style-plugin
xlsx-style-downloadt
/
webpack.config.js
12 lines
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
path
=
require
(
'path'
)
module
.exports = { entry:
'./lib/entry.js'
,
output
: {
path
:
path
.join(__dirname,
'./lib'
), filename:
'index.js'
}, node: { fs:
'empty'
}, mode:
'production'
}