UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

13 lines (12 loc) 207 B
/** @type {import('@modern-js/module-tools').UserConfig} */ module.exports = { output: { copy: [ { from: './template', to: '', }, ], disableSourceMap: true, }, };