UNPKG

@vuex-orm/plugin-change-flags

Version:

Vuex ORM plugin adding IsDirty / IsNew flags to model entities

13 lines (11 loc) 325 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', globalObject: `(typeof self !== 'undefined' ? self : this)`, } };