webpack的四大核心概念

webpack中文文檔:https://doc.webpack-china.org/concepts/javascript 1、Entry(入口) 一、單個入口(簡寫)語法 // 語法 entry: string|Array<string> // 用法 module.exports = { entry: './index.js' } module.exports = { entry:
相關文章
相關標籤/搜索