UNPKG

x-view-model

Version:

A lightweight, type-safe MVVM state management solution for React applications. Features reactive updates, computed properties, and deep path selection with minimal bundle size.

11 lines (9 loc) 192 B
const path = require("path"); module.exports = { mode: "development", entry: "./dist/src/index.js", output: { filename: "xvm.js", path: path.resolve(__dirname, "docs"), }, };