79708267

Date: 2025-07-20 18:21:29
Score: 0.5
Natty:
Report link

In my case, fixing the css import resolved both errors.

export default defineConfig(() => ({
  // ...
  resolve: {
    alias: [
      {
        find: 'od-defaults.scss',
        replacement: 'the actual path to the resource'
      },
    ],
  },
}));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Filip Ježek