UNPKG

@kvinc/mreact

Version:

martin's simple react

10 lines (9 loc) 191 B
const path = require('path') module.exports = { mode: 'production', entry: './index.js', output: { path: path.resolve(__dirname, './lib'), filename: '[name].js', } }