UNPKG

inklecate-wasm

Version:

A package bundling the desktop executable for inklecate, and all its dependencies, into a WebAssembly module executable fully in-browser.

19 lines (16 loc) 328 B
const path = require('path'); module.exports = { mode: 'production', entry: './src/mono.js', target: 'node', output: { filename: 'main.min.js', libraryTarget: 'umd', path: path.join(__dirname, 'src'), }, node: { __dirname: false, fs: 'empty', 'fs-extra': 'empty', }, };