[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vue3-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-vue3-module / siroc.config.js
179 B 9 lines
1import { defineSirocConfig } from 'siroc' 2export default defineSirocConfig({ 3 rollup: { 4 external: ['vue-loader/dist/pluginWebpack4'], 5 }, 6 mkdist: { 7 ext: 'js', 8 }, 9})