From 0c0435f009b75848209653970fe180b2d087328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 6 May 2019 10:05:05 +0200 Subject: [PATCH] remove fibers --- build/examples/webpack.config.js | 2 -- package.json | 1 - yarn.lock | 9 +-------- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/build/examples/webpack.config.js b/build/examples/webpack.config.js index cbc987a7c..46bff342d 100644 --- a/build/examples/webpack.config.js +++ b/build/examples/webpack.config.js @@ -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, }, }, ]), diff --git a/package.json b/package.json index 7c49a2c62..c84a6a027 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "eslint-plugin-html": "^5.0.3", "eslint-plugin-import": "^2.17.2", "eslint-plugin-vue": "5.2.2", - "fibers": "^4.0.0", "file-loader": "^3.0.1", "fuse.js": "^3.4.2", "glob": "^7.1.3", diff --git a/yarn.lock b/yarn.lock index 0422dd16c..44a4860f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4291,7 +4291,7 @@ detect-indent@^5.0.0: resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d" integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50= -detect-libc@^1.0.2, detect-libc@^1.0.3: +detect-libc@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= @@ -5158,13 +5158,6 @@ fd-slicer@~1.1.0: dependencies: pend "~1.2.0" -fibers@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fibers/-/fibers-4.0.0.tgz#2f43ec96bf278947dcc3f142c0d84495f511d45b" - integrity sha512-By4/A0GDWa3BF8rTHG9ocV3N88J5aR6jttrXKRe4EB4q0x1G4Xjg8ZP+VXuE2YAKfpU0dWqAMt7MRTJra58X6Q== - dependencies: - detect-libc "^1.0.3" - figgy-pudding@^3.4.1, figgy-pudding@^3.5.1: version "3.5.1" resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"