mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
3b7de54be8
This reverts commit 71c65efa20
.
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@babel/preset-env',
|
|
['@babel/preset-react', {runtime: 'automatic'}],
|
|
],
|
|
};
|