UNPKG
@ree_n/jsdocxtohtml
Version:
latest (0.7.0)
0.7.0
Convert Word documents from docx to HTML
github.com/widrelk/jsDocxToHtml.gitnpm
widrelk/jsDocxToHtml
@ree_n/jsdocxtohtml
/
webpack.config.js
8 lines
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
path
=
require
(
'path'
);
module
.exports = { entry: { main:
'./src/index.js'
},
output
: {
path
:
path
.resolve(__dirname,
'dist'
), filename:
'main.js'
} }