webpack.config.js var path = require('path'); module.exports = { entry: './main.js', output: { filename: 'bundle.js' } } console.log("------__dirname是补齐 ...
確定! 回上一頁