webpack的四大核心概念

webpack中文文档:https://doc.webpack-china.org/concepts/javascript 1、Entry(入口) 一、单个入口(简写)语法 // 语法 entry: string|Array<string> // 用法 module.exports = { entry: './index.js' } module.exports = { entry:
相关文章
相关标签/搜索