03d641a0d
1 2 3 4 5 6 7 8 9 10 11 12
const path = require('path') module.exports = [ { mode: 'production', entry: './dist/player.js', output: { filename: 'player.min.js', path: path.resolve(__dirname, 'build') } } ]