outputPath-2.input.js 77 B

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