Matteo Martinelli

Results 1 issues of Matteo Martinelli

I'm trying to setup a `namespace` for my styled-components application (create-react-app) with [Babel Macro](https://styled-components.com/docs/tooling#babel-macro). I created a file: ```javascript // babel-plugin-macros.config.js module.exports = { styledComponents: { fileName: true, displayName: true,...