Takeo Yoshida
Takeo Yoshida
Of course. I bypass this pitfall by extending environment now as you told me. Thank you.
I'm not so familiar with webpack compiler api, so my plugin had better to be improved, but I wrote [plugin for next swc compiler](https://github.com/tkow/stylex-next-compiler-plugin) work around modifying original next plugin....
@nmn Thank you for reaction. Sorry. My previous expression may lead to misunderstand. It's babel plugin with trivial modification from [@stylex/next-lugin](https://github.com/facebook/stylex/tree/main/packages/nextjs-plugin) though It looks that rewrite https://github.com/facebook/stylex/tree/main/packages/nextjs-plugin widely and unreadable...
If timezone offset not specified, UTC date is different from timezone date. Maybe, ```typescript new Date(Date.UTC(2022, 9, 19)) ``` it's safely used if storing specific date even if using any...