Removed SCSS @import 'templates/index.scss' from src/scss/index.scss since the above template is removed, and it fixes a build/watch error.
Updated out-of-date dependencies in package.json via npm-check-updates or ncu global package. I also ran npm dedupe and npm prune to get rid of any old extras.
Peer Dependency notes:
npm audit shows we have 33 vulnerabilities (14 moderate, 19 high). Individually updating these could cause some breakage, so I'm leaving them for now.
Ticket reference: https://webdevstudios.atlassian.net/browse/WDSUS-32
This solves https://github.com/WebDevStudios/wd_f/issues/12
index.php
@import 'templates/index.scss'
fromsrc/scss/index.scss
since the above template is removed, and it fixes a build/watch error.package.json
vianpm-check-updates
orncu
global package. I also rannpm dedupe
andnpm prune
to get rid of any old extras.Peer Dependency notes:
npm audit
shows we have 33 vulnerabilities (14 moderate, 19 high). Individually updating these could cause some breakage, so I'm leaving them for now.