UNPKG

vue-card-carousel

Version:

A flexible, touch-focused wrapper element that displays cards in a carousel-like manner.

14 lines (13 loc) 273 B
module.exports = { chainWebpack: config => { config.module .rule('eslint') .use('eslint-loader') .loader('eslint-loader') .tap(options => ({ ...options, emitWarning: true })) }, css: { extract: false } }