UNPKG

vuexorm-softdelete-plugin

Version:

Vuex ORM plugin adding soft delete capability. Based on an original idea from Conan Crawford.

12 lines (10 loc) 266 B
var path = require('path'); module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'index.js', library: 'isdirty-isnew-vuexorm-plugin', libraryTarget: 'umd' } };