path.resolve()的使用技巧
path.resolve()的使用技巧使用webpack不可避免的用到node的path模块,例如我们在webpack.config.js中做了如下配置:const path = require('path')module.exports = { mode: 'none', entry: './src/index.js', output: { filename: "bundle.js", path: path.resolve(__