sonnylazuardi / figma-plugins-tailwind-starter

Figma plugins react webpack with tailwind starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack config should have cache: false,

pivotpointux opened this issue · comments

Hi @sonnylazuardi,

Great work on this!

We had an issue getting ui.html to hotreload after the initial build, but found adding cache: false to the webpack.config.js file, as one of the options passed into HtmlWebpackPlugin fixed this.

Suggest adding this in so that others don't hit this challenge too.

Thanks!

Just updated thanks for your input 🫡