outputPath-1.input.js 102 B

123456
  1. const path = require('path');
  2. module.exports = {
  3. output: {
  4. path: path.join(__dirname, 'dist')
  5. }
  6. }