Commit 6ed387e1 authored by nanahira's avatar nanahira

remove source-map-support

parent ff822771
......@@ -9,8 +9,7 @@
"version": "1.4.0",
"license": "MIT",
"dependencies": {
"koishi-thirdeye": "^9.2.4",
"source-map-support": "^0.5.21"
"koishi-thirdeye": "^9.2.4"
},
"devDependencies": {
"@koishijs/plugin-cache-lru": "^1.0.0-rc.0",
......
......@@ -32,8 +32,7 @@
"koishi-plugin-pics": "^8.5.1"
},
"dependencies": {
"koishi-thirdeye": "^9.2.4",
"source-map-support": "^0.5.21"
"koishi-thirdeye": "^9.2.4"
},
"devDependencies": {
"@koishijs/plugin-cache-lru": "^1.0.0-rc.0",
......
import 'source-map-support/register';
// import 'source-map-support/register';
import { DefineSchema, RegisterSchema } from 'koishi-thirdeye';
import { PicSourceConfig } from 'koishi-plugin-pics';
......
import 'source-map-support/register';
// import 'source-map-support/register';
import { InstanceConfig, PicSourceYandePluginConfig } from './config';
import {
DefinePlugin,
......
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