UNPKG

@michielvdanker/plugin-change-flags

Version:

Vuex ORM plugin adding IsDirty / IsNew flags to model entities

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