UNPKG

json-validate-utils

Version:

A simple json validator that validates data against schema

14 lines (12 loc) 284 B
const path = require('path'); module.exports = { mode: 'production', entry: './index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'my-library.min.js', library: 'MyLibrary', libraryTarget: 'umd', globalObject: 'this', }, };