UNPKG

vue-sandwich

Version:

A Vue component library based on the Sandwich Design System.

16 lines (15 loc) 310 B
module.exports = { presets: ['@vue/app'], plugins: [ [ 'transform-imports', { '@/components': { /* eslint-disable-next-line no-template-curly-in-string */ transform: '@/components/${member}', preventFullImport: true, }, }, ], ], };