nodejs v16で動くように

This commit is contained in:
syuilo 2021-04-21 03:24:53 +09:00
parent 03101f001c
commit 878b154604
3 changed files with 2 additions and 10 deletions

View file

@ -70,7 +70,7 @@ module.exports = {
options: {
implementation: require('sass'),
sassOptions: {
fiber: require('fibers')
fiber: false
}
}
}]
@ -88,7 +88,7 @@ module.exports = {
options: {
implementation: require('sass'),
sassOptions: {
fiber: require('fibers')
fiber: false
}
}
}]