UNPKG

spencer-kit-project-templates

Version:
13 lines 283 B
var path = require('path'); module.exports = { entry: { 'npmpackage': './index.js', }, output: { path: path.resolve('./dist'), filename: '[name].js', library: 'npmpackage', libraryTarget: 'umd', umdNamedDefine: true } }