-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
67 lines (67 loc) · 1.29 KB
/
manifest.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "dll",
"content": {
"./node_modules/process/browser.js": {
"id": 0,
"meta": {}
},
"./node_modules/webpack/buildin/global.js": {
"id": 1,
"meta": {}
},
"./node_modules/jquery/dist/jquery.js": {
"id": 2,
"meta": {}
},
"./node_modules/lodash/lodash.js": {
"id": 3,
"meta": {}
},
"./node_modules/vue-router/dist/vue-router.esm.js": {
"id": 4,
"meta": {
"harmonyModule": true
},
"exports": [
"default"
]
},
"./node_modules/vue/dist/vue.runtime.esm.js": {
"id": 5,
"meta": {
"harmonyModule": true
},
"exports": [
"default"
]
},
"./node_modules/vuex/dist/vuex.esm.js": {
"id": 6,
"meta": {
"harmonyModule": true
},
"exports": [
"Store",
"install",
"mapState",
"mapMutations",
"mapGetters",
"mapActions",
"createNamespacedHelpers",
"default"
]
},
"./node_modules/setimmediate/setImmediate.js": {
"id": 7,
"meta": {}
},
"./node_modules/timers-browserify/main.js": {
"id": 8,
"meta": {}
},
"./node_modules/webpack/buildin/module.js": {
"id": 9,
"meta": {}
}
}
}