mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
const {getBabelConfig} = require('ocular-dev-tools/configuration');
|
|
|
|
module.exports = getBabelConfig({
|
|
react: true,
|
|
overrides: {}
|
|
});
|