UNPKG

flamingo-carotene-babel

Version:

Provide the babel loader for a flamingo-carotene-webpack setup

9 lines (8 loc) 121 B
module.exports = api => { return { presets: [ '@babel/preset-env', { modules: "commonjs" } ] } }