mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
/* eslint-disable import/no-extraneous-dependencies */
|
|
const {getBabelConfig} = require('ocular-dev-tools');
|
|
|
|
module.exports = api => {
|
|
let config = getBabelConfig(api, {react: true});
|
|
|
|
return config;
|
|
};
|