vuetify-loader icon indicating copy to clipboard operation
vuetify-loader copied to clipboard

fix: change style plugin prefix for nuxt

Open franz-bendezu opened this issue 1 year ago • 1 comments

Changes

This pull request addresses the issue mentioned in #313 by making a specific and focused change to the plugin. The primary modification involves updating the prefix to resolve the sourcemap and Nuxt loading issues.

Objectives

  1. Bug Fix: Resolve the sourcemap bug caused by the \0 prefix, ensuring compatibility with Nuxt builds.
  2. Enhancement: Improve the virtual prefix for better integration with Nuxt's main pattern.

Context

The original pull request #313 aimed to achieve multiple objectives, but feedback from the maintainers highlighted the need for a more focused change. This new pull request isolates the modification to the prefix, aiming to keep the scope concise and targeted.

Related Issues

  • Referenced Issues: #290, #311

franz-bendezu avatar Jan 01 '24 00:01 franz-bendezu

After testing, this change successfully resolves the issue of stuck loading and adds support for inline styles via SSR. I am currently investigating the cause of the sourcemap warning during server build start.

franz-bendezu avatar Jan 07 '24 03:01 franz-bendezu

What's going on with this? @franz-bendezu

shawn-mty avatar Apr 25 '24 20:04 shawn-mty