0
0
Fork 0

Remove dependency on fibers (#10902)

This commit is contained in:
Yamagishi Kazutoshi 2019-05-31 01:27:19 +09:00 committed by Eugen Rochko
parent 7394652693
commit acc74bed12
3 changed files with 1 additions and 10 deletions

View file

@ -21,7 +21,6 @@ module.exports = {
{
loader: 'sass-loader',
options: {
fiber: require('fibers'),
implementation: require('sass'),
sourceMap: true,
},