UNPKG

react-facebook-next

Version:

Facebook components like a Login button, Like, Share, Comments or Embedded Post

85 lines 1.75 kB
{ "env": { "development": { "presets": [ ["babel-preset-env", { "targets": { "node": "6.10" } }], "stage-0", "react" ], "plugins": [ ["transform-runtime", { "polyfill": false, "regenerator": true }], "transform-decorators", "transform-class-properties" ] }, "test": { "presets": [ ["babel-preset-env", { "targets": { "node": "6.10" } }], "stage-0", "react" ], "plugins": [ ["transform-runtime", { "polyfill": false, "regenerator": true }], "transform-decorators", "transform-class-properties" ] }, "browser": { "presets": [ ["babel-preset-env", { "targets": { "browsers": "last 3 versions, > 1%" }, "modules": false, "loose": true }], "stage-0", "react" ], "plugins": [ ["transform-runtime", { "polyfill": false, "regenerator": true }], "transform-decorators-legacy", "transform-class-properties", "transform-proto-to-assign", ] }, "module": { "presets": [ ["babel-preset-env", { "targets": { "node": "6.10" }, "modules": false }], "stage-0", "react" ], "plugins": [ ["transform-runtime", { "polyfill": false, "regenerator": true }], "transform-decorators", "transform-class-properties" ] } }, "sourceMaps": true }