UNPKG

@anywhichway/nerd-editor

Version:

A JavaScript rich text editor based on and with support for custom elements.

10 lines (9 loc) 182 B
const path = require('path'); module.exports = { entry: './src/index.js', watch: true, output: { filename: 'index.js', path: __dirname, } };