remove fibers

This commit is contained in:
Philipp Kühn
2019-05-06 10:05:05 +02:00
parent 44565709ae
commit 0c0435f009
3 changed files with 1 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
import path from 'path'
import webpack from 'webpack'
import Fiber from 'fibers'
import DartSass from 'dart-sass'
import { VueLoaderPlugin } from 'vue-loader'
import SvgStore from 'webpack-svgstore-plugin'
@@ -93,7 +92,6 @@ export default {
loader: 'sass-loader',
options: {
implementation: DartSass,
fiber: Fiber,
},
},
]),