Source Maps
✏️ Edit this pageNote:
babel-plugin-emotion
is required for source maps
emotion supports source maps for styles authored in javascript.
Required For Source Maps:
babel-plugin-emotion
must be in your Babel setup. [documentation]process.env.NODE_ENV
must be any value except"production"
Note:
Source maps are on by default in babel-plugin-emotion but they will be removed in production builds