UNPKG

phonon

Version:

Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.

13 lines (12 loc) 184 B
module.exports = { presets: [ ['@babel/env', { targets: { edge: '17', firefox: '60', chrome: '67', safari: '11.1', }, }], ], };