-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.config.js
More file actions
39 lines (37 loc) · 805 Bytes
/
page.config.js
File metadata and controls
39 lines (37 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module.exports = [
{
name: "car/B/B",
html: "B/B.html",
js: "B/B.js"
},
{
name: "car/A/A",
html: "A/A.html", // html入口
js: "A/A.js" // jsEntry入口
}
// {
// name: 'car/activity/cards',
// html: 'activity/cards.html',
// js: 'activity/js/cards.js',
// },
// {
// name: 'car/activity/redBag',
// html: 'activity/redBag.html',
// js: 'activity/js/redBag.js',
// },
// {
// name: 'car/turntable/turntable',
// html: 'turntable/turntable.html',
// js: 'turntable/js/turntable.js',
// },
// {
// name: 'car/public/public',
// html: 'turntable/turntable.html',
// js: 'turntable/js/turntable.js',
// },
// {
// name: 'car/A/A',
// html: 'A/A.html', // html入口
// js: 'A/A.js', //entry入口
// },
];