nodejs v16で動くように
This commit is contained in:
parent
03101f001c
commit
878b154604
3 changed files with 2 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue