UNPKG

med_ch

Version:
10 lines (9 loc) 205 B
var path = require('path'); module.exports = { entry: './index.js', output: { filename: 'bundle.js', path: path.resolve(__dirname, 'dist') }, mode: 'production' };