UNPKG

extwee

Version:

A story compiler tool using Twine-compatible formats

13 lines (11 loc) 211 B
import path from 'node:path'; export default { mode: 'production', entry: { 'extwee.web.min': './web-index.js' }, output: { path: path.resolve('./', 'build'), filename: '[name].js', }, };