Select the types of activity you want to include in your feed.
1import { defineSirocConfig } from 'siroc' 2export default defineSirocConfig({ 3 rollup: { 4 external: ['vue-loader/dist/pluginWebpack4'], 5 }, 6 mkdist: { 7 ext: 'js', 8 }, 9})