NPM packages updates
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-03-26 19:49:28 +01:00
parent 9feafe70fc
commit b77f67d3b3
3 changed files with 6 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ const onwarn = (warning, onwarn) => (warning.code === 'CIRCULAR_DEPENDENCY' && /
const preprocess = autoPreprocess({
scss: {
includePaths: ['src', 'node_modules'],
renderSync: true
},
postcss: true
})