WebDevStudios / wd_f

GNU General Public License v2.0
11 stars 1 forks source link

Missing SCSS file throwing build error #25

Closed aslamatwebdevstudios closed 1 year ago

aslamatwebdevstudios commented 1 year ago

Inside src/scss/index.scss there is reference import as @import 'templates/index'; But that file is missing. So while doing npm run build or npm run dev we get errors.

image