UNPKG

paste-from-excel

Version:

Utility to allow pasting data intact from Excel into an HTML table

13 lines (11 loc) 268 B
const path = require('path') module.exports = { mode: 'production', entry: './src/entry.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'paste-from-excel.min.js', library: 'PasteFromExcel', libraryTarget: 'umd' } }