UNPKG

daynitejs

Version:

A lightweight JavaScript library for toggling light and dark themes.

11 lines 153 B
export default { presets: [ [ '@babel/preset-env', { targets: { node: 'current' }, modules: 'auto' } ] ] };