Pinned Loading
-
-
-
webpack-config.js
webpack-config.js 1const path = require('path');
2module.exports = {
3// entry 表示入口,Webpack 执行构建的第一步将从 Entry 开始,可抽象成输入
4// 类型可以是 string、object、array
5entry: './app/entry', // 只有 1 个入口,入口只有 1 个文件
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.