UNPKG

vuetify-dialog

Version:
10 lines (8 loc) 163 B
const path = require('path') module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'bundle.js' } }