UNPKG

vue-functional-calendar-improve

Version:

Lightweight, high-performance calendar component based on Vue.js

21 lines (18 loc) 380 B
const path = require('path'); module.exports = { runtimeCompiler: true, publicPath: '', css: { extract: false, }, outputDir: 'dist', filenameHashing: false, configureWebpack: { resolve: { alias: { '@': path.resolve('src'), }, }, }, lintOnSave: undefined, };