Skip to content

Instantly share code, notes, and snippets.

@mrsharpoblunto
Created October 30, 2019 17:51
Show Gist options
  • Save mrsharpoblunto/bdee80d2b05a425593b90559fcef6874 to your computer and use it in GitHub Desktop.
Save mrsharpoblunto/bdee80d2b05a425593b90559fcef6874 to your computer and use it in GitHub Desktop.
const config = {
transformer: {
getTransformOptions: () => {
return {
transform: { inlineRequires: true },
};
},
},
};
module.exports = config;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment