UNPKG

xlsx-style-downloadt

Version:

xlsx-style-plugin

12 lines 211 B
const path = require('path') module.exports = { entry: './lib/entry.js', output: { path: path.join(__dirname, './lib'), filename: 'index.js' }, node: { fs: 'empty' }, mode: 'production' }