UNPKG

@ree_n/jsdocxtohtml

Version:

Convert Word documents from docx to HTML

8 lines 177 B
const path = require('path'); module.exports = { entry: { main: './src/index.js' }, output: { path: path.resolve(__dirname, 'dist'), filename: 'main.js' } }