Commit bcfba94a authored by nanahira's avatar nanahira

changes

parent 0e6bd14d
Pipeline #6056 passed with stages
in 1 minute and 25 seconds
import 'source-map-support/register'; import 'source-map-support/register';
import { Context } from 'koishi-core'; import { Context } from 'koishi';
import { Config, MyPlugin } from './plugin'; import { Config, MyPlugin } from './plugin';
export { Config } from './plugin'; export { Config } from './plugin';
......
...@@ -26,7 +26,6 @@ module.exports = { ...@@ -26,7 +26,6 @@ module.exports = {
path: path.resolve(__dirname, "dist"), path: path.resolve(__dirname, "dist"),
}, },
externals: { externals: {
'koishi-core': 'koishi-core',
'koishi': 'koishi', 'koishi': 'koishi',
} }
}; };
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