Skip to content

Instantly share code, notes, and snippets.

@jacobp100
Created October 26, 2016 13:09
Show Gist options
  • Save jacobp100/eeecaa9020b3d17bcef21bddd2cdb725 to your computer and use it in GitHub Desktop.
Save jacobp100/eeecaa9020b3d17bcef21bddd2cdb725 to your computer and use it in GitHub Desktop.
export default function () {
return {
manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("jsx");
}
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment