Commit 8c80ff35 authored by nanahira's avatar nanahira

remove source-map-support

parent 86bf7a21
......@@ -9,8 +9,7 @@
"version": "8.5.0",
"license": "MIT",
"dependencies": {
"koishi-thirdeye": "^9.2.4",
"source-map-support": "^0.5.20"
"koishi-thirdeye": "^9.2.4"
},
"devDependencies": {
"@koishijs/plugin-cache-lru": "^1.0.0-rc.0",
......
......@@ -28,8 +28,7 @@
},
"homepage": "https://github.com/koishijs/koishi-plugin-picsource-lolicon",
"dependencies": {
"koishi-thirdeye": "^9.2.4",
"source-map-support": "^0.5.20"
"koishi-thirdeye": "^9.2.4"
},
"peerDependencies": {
"koishi": "^4.4.1",
......
import 'source-map-support/register';
// import 'source-map-support/register';
import { PicSourceConfig } from 'koishi-plugin-pics';
import { DefineSchema, RegisterSchema } from 'koishi-thirdeye';
import { PicSourceInfo } from 'koishi-plugin-pics/dist/src';
......
import 'source-map-support/register';
// import 'source-map-support/register';
import { Context, Logger } from 'koishi';
import {
PicSourceLoliconPluginConfig,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment