Closed tanguyantoine closed 6 years ago
What about opening transformers configuration? Be able to add plugin as needed during transpile phase ?
That would be awesome to allow people to add before/after transformer to enhance transpiled code.
having the namespacing would be, in this case, a plugin you can add if you need this scope feature.
Stencil version:
I'm submitting a:
Current behavior:
Wouldn't if be awesome to remove unnecessary component scope specification across each codebase by simply provide and expected component tag name prefix ?
At the moment we must specify component prefix within each components
Ionic Team
Cinoi Team
Expected behavior:
Ionic Team
Cinoi Team
Other information:
Here's an simple implementation #843
This would replace jsx tag name accordingly to tag provided and the prefix given. Component conflict across web component would be avoided.
We would continue to write code as below during development :
Questions