mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 10:39:18 +08:00
remove fibers
This commit is contained in:
parent
44565709ae
commit
0c0435f009
@ -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,
|
||||
},
|
||||
},
|
||||
]),
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user