UNPKG

custtype-ace-editor

Version:

Ace editor with Custom Type

9 lines (8 loc) 172 B
const path = require('path'); module.exports = { entry: './src/index.js', output: { filename: 'main.js', path: path.resolve(__dirname, 'dist'), }, };