Open emdotem opened 3 years ago
I'm trying to setup a namespace for my styled-components application (create-react-app) with Babel Macro.
namespace
I created a file:
// babel-plugin-macros.config.js module.exports = { styledComponents: { fileName: true, displayName: true, namespace: "my-namespace" } }
Everything but "namespace" works.
What could be the reason?
Same for me, anthing on that?
I'm trying to setup a
namespace
for my styled-components application (create-react-app) with Babel Macro.I created a file:
Everything but "namespace" works.
What could be the reason?