UNPKG

@isomorphic-git/lightning-fs

Version:
13 lines (11 loc) 248 B
const path = require('path') module.exports = { target: "webworker", mode: 'production', output: { path: path.resolve(__dirname, "dist"), filename: "lightning-fs.min.js", library: "LightningFS", libraryTarget: "umd", }, };