UNPKG

rynex

Version:

A minimalist TypeScript framework for building reactive web applications with no virtual DOM

9 lines (8 loc) 144 B
export default { entry: 'src/index.ts', output: 'public/bundle.js', minify: false, sourceMaps: true, port: 3000, hotReload: true };