Inesh Bose
Inesh Bose
@farzadso would we be able to add logrocket to imports like so: ```ts addImports({ name: 'default', as: 'logRocket', from: 'logrocket' }) ``` and then in the plugin use: ```ts import...
Closed the tab... it was just the repo opened on Stackblitz with the above change!
Closing this issue as it is believed to be resolved/stale now - please feel free to comment if it is still an issue in the latest version of the module.
Closing this issue as it is believed to be resolved/stale now - please feel free to comment if it is still an issue in the latest version of the module.
Has there been a workaround for this yet?
@ZainGulbaz I'm not a maintainer on the repo but I know that you can start making PRs already and link the issue in the description (that's what I do since...
Would this mean that we include something like `!${nuxt.options.serverDir}/**/*.ts` in the `content`? This may cause side-effects; some devs may be adding in styles from server-side possibly? Although the module would...
The module doesn't automatically add the serverDir; the dev has added that explicitly in the configuration (being user input), so I would ask them to narrow the glob and/or add...
> @ineshbose but what if the server (route e.g.) *returns* tailwind classes? 🤔 > > I think this is still a valid use case Yes you're right and I would...
Reopened issue but it could take a while to solve this. PR is more than welcome. 🙂