Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/fast-equals/config/rollup/config.umd.js
import { BASE_CONFIG, PACKAGE_JSON } from './config.base.js';
export default {
...BASE_CONFIG,
output: {
...BASE_CONFIG.output,
file: PACKAGE_JSON.browser,
format: 'umd',
},
};