typescript-plugin-styled-components icon indicating copy to clipboard operation
typescript-plugin-styled-components copied to clipboard

does it work with webpack 5?

Open alteredtastes opened this issue 2 years ago • 1 comments

Hi there, I used to use this plugin with webpack 4 with happy pack and ttypescript. I'm upgrading build deps now and switching to latest webpack 5 with ts-loader. I am following instructions on the readme for ts-loader and webpack and am not getting display names. Should these instructions still apply to these latest versions?

I'm using webpack 5.65.0, ts-loader styled-components 5.3.3, and ts-loader 9.2.7.

Thanks for help!

alteredtastes avatar Mar 23 '22 06:03 alteredtastes

Hi there, I used to use this plugin with webpack 4 with happy pack and ttypescript. I'm upgrading build deps now and switching to latest webpack 5 with ts-loader. I am following instructions on the readme for ts-loader and webpack and am not getting display names. Should these instructions still apply to these latest versions?

I'm using webpack 5.65.0, ts-loader styled-components 5.3.3, and ts-loader 9.2.7.

Thanks for help!

same issue with me, my deps info:

"webpack": "^5.26.3",
"ts-loader": "^9.1.1",

richardo2016 avatar May 29 '22 14:05 richardo2016