mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@babel/preset-env',
|
|
['@babel/preset-react', {
|
|
runtime: 'automatic'
|
|
}]
|
|
],
|
|
plugins: ['babel-plugin-styled-components']
|
|
}; |