|
Lines 19-33
module.exports = [
Link Here
|
| 19 |
}, |
19 |
}, |
| 20 |
}, |
20 |
}, |
| 21 |
entry: { |
21 |
entry: { |
| 22 |
erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts", |
22 |
erm: [ |
| 23 |
preservation: |
23 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/csp-nonce.js", |
|
|
24 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts", |
| 25 |
], |
| 26 |
preservation: [ |
| 27 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/csp-nonce.js", |
| 24 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts", |
28 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts", |
| 25 |
"admin/record_sources": |
29 |
], |
|
|
30 |
"admin/record_sources": [ |
| 31 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/csp-nonce.js", |
| 26 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/admin/record_sources.ts", |
32 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/admin/record_sources.ts", |
| 27 |
acquisitions: |
33 |
], |
|
|
34 |
acquisitions: [ |
| 35 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/csp-nonce.js", |
| 28 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/acquisitions.ts", |
36 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/acquisitions.ts", |
| 29 |
islands: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/islands.ts", |
37 |
], |
| 30 |
sip2: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/sip2.ts", |
38 |
islands: [ |
|
|
39 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/csp-nonce.js", |
| 40 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/islands.ts", |
| 41 |
], |
| 42 |
sip2: [ |
| 43 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/csp-nonce.js", |
| 44 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/sip2.ts", |
| 45 |
], |
| 31 |
}, |
46 |
}, |
| 32 |
output: { |
47 |
output: { |
| 33 |
filename: "[name].js", |
48 |
filename: "[name].js", |
|
Lines 102-108
module.exports = [
Link Here
|
| 102 |
outputModule: true, |
117 |
outputModule: true, |
| 103 |
}, |
118 |
}, |
| 104 |
entry: { |
119 |
entry: { |
| 105 |
islands: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/islands.ts", |
120 |
islands: [ |
|
|
121 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/csp-nonce.js", |
| 122 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/modules/islands.ts", |
| 123 |
], |
| 106 |
}, |
124 |
}, |
| 107 |
output: { |
125 |
output: { |
| 108 |
filename: "[name].esm.js", |
126 |
filename: "[name].esm.js", |
|
Lines 169-176
module.exports = [
Link Here
|
| 169 |
}, |
187 |
}, |
| 170 |
{ |
188 |
{ |
| 171 |
entry: { |
189 |
entry: { |
| 172 |
"api-client.cjs": |
190 |
"api-client.cjs": [ |
|
|
191 |
"./koha-tmpl/intranet-tmpl/prog/js/vue/csp-nonce.js", |
| 173 |
"./koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js", |
192 |
"./koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js", |
|
|
193 |
], |
| 174 |
}, |
194 |
}, |
| 175 |
devtool: false, |
195 |
devtool: false, |
| 176 |
output: { |
196 |
output: { |
| 177 |
- |
|
|