{
  "presets": [
    [
      "@nrwl/react/babel", {
        "runtime": "automatic",
        "useBuiltIns": "usage"
        <% if (style === '@emotion/styled') { %>,"importSource": "@emotion/react"<% } %>
      }
    ]
  ],
  "plugins": [
    <% if (style === 'styled-components') { %>["styled-components", { "pure": true, "ssr": true }]<% } %>
    <% if (style === 'styled-jsx') { %>"styled-jsx/babel"<% } %>
    <% if (style === '@emotion/styled') { %>"@emotion/babel-plugin"<% } %>
  ]
}
