Skip to content

Instantly share code, notes, and snippets.

@SebDuf
Created July 18, 2019 19:29
Show Gist options
  • Select an option

  • Save SebDuf/b46e920f4891d07d9beae93fd20d63bf to your computer and use it in GitHub Desktop.

Select an option

Save SebDuf/b46e920f4891d07d9beae93fd20d63bf to your computer and use it in GitHub Desktop.

Revisions

  1. SebDuf created this gist Jul 18, 2019.
    16 changes: 16 additions & 0 deletions .babelrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "env": {
    "production": {
    "plugins": [
    [
    "react-remove-properties",
    {
    "properties": [
    "data-testid"
    ]
    }
    ]
    ]
    }
    }
    }