nodejs v16で動くように
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
Reference in New Issue
Block a user