Skip to content

Instantly share code, notes, and snippets.

@xtuc
Created March 9, 2017 17:56
Show Gist options
  • Save xtuc/5ee9b2ed64716feb24438de3c6c24ccf to your computer and use it in GitHub Desktop.
Save xtuc/5ee9b2ed64716feb24438de3c6c24ccf to your computer and use it in GitHub Desktop.
const presets = ['react', 'es2015'];
export const development = {
presets,
};
export const production = {
presets,
plugins: ['transform-remove-console'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment