webpack配置文件webpack.config.js用到nodejs的两个语法
一.导入JS中的路径模块
const path=require('path');
二.向外界暴露配置对象
就是外界能够访问该文件中暴露的对象
module.exports={
暴露的内容
}
webpack配置文件webpack.config.js用到nodejs的两个语法
const path=require('path');
就是外界能够访问该文件中暴露的对象
module.exports={
暴露的内容
}
本文标题:4-node.js-webpack配置文件
本文链接:https://www.haomeiwen.com/subject/qznnuqtx.html
网友评论