Making WordPress.org


Ignore:
Timestamp:
03/01/2017 06:08:54 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Update React client with latest changes.

This is largely a cleanup commit with some WIP around switching to node-wpapi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/.babelrc

    r4223 r5024  
    11{
    2   "presets": ["es2015", "react"]
     2  "plugins": [
     3    [ "transform-imports", {
     4      "lodash": {
     5        "transform": "lodash/${member}",
     6        "preventFullImport": true
     7      },
     8      "state/selectors": {
     9        "transform": "state/selectors/${member}",
     10        "kebabCase": true
     11      }
     12    }]
     13  ],
     14  "presets": ["es2015", "react", "stage-2"]
    315}
Note: See TracChangeset for help on using the changeset viewer.