const { defineConfig } = require('./defineConfig') const { plugin } = require('./lib/plugin') module.exports = { plugin, defineConfig, }