Commit 34cef3d8 authored by nanahira's avatar nanahira

remove source map

parent a2162e3f
Pipeline #10741 passed with stages
in 1 minute and 34 seconds
#!/bin/bash
npm install --save \
source-map-support \
koishi-thirdeye
npm install --save-peer \
......
import 'source-map-support/register';
// import 'source-map-support/register';
import { DefineSchema, RegisterSchema } from 'koishi-thirdeye';
@RegisterSchema()
......
import 'source-map-support/register';
// import 'source-map-support/register';
import { MyPluginConfig } from './config';
import { DefinePlugin, BasePlugin } from 'koishi-thirdeye';
export * from './config';
......
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