UNPKG

utquidem

Version:

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

16 lines (13 loc) 244 B
function config(entry = []) { return [ ...entry, require.resolve('../dist/js/node/runtime-addon/preset/preview'), ]; } function managerEntries(entry = []) { return [...entry]; } module.exports = { managerEntries, config, };