mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 05:42:33 +03:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
|
const config = {
|
||
|
transformer: {
|
||
|
getTransformOptions: () => ({
|
||
|
transform: { inlineRequires: true },
|
||
|
}),
|
||
|
},
|
||
|
};
|
||
|
|
||
|
module.exports = config;
|