Skip to content

Fixed the imports for a faster and more optimized experience

Sohrab Behdani requested to merge github/fork/amiroo54/vue-vite into main

Created by: amiroo54

Description

Removed the loader.ts and changed all the paths to use @ (absolute path) instead of .. (relative path).

Type of change

  • Small Code refactor

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors.

Merge request reports