UNPKG

datocms-plugin-better-links

Version:

A plugin that allows you see multiple fields when selecting a Links field type.

21 lines (20 loc) 356 B
/* eslint-disable no-template-curly-in-string */ module.exports = { presets: [ '@vue/app', ], env: { test: { plugins: [ [ 'transform-imports', { 'lodash-es': { transform: 'lodash/${member}', preventFullImport: true, }, }, ], ], }, }, }