Lines 4-14
const path = require("path");
Link Here
|
4 |
const webpack = require('webpack'); |
4 |
const webpack = require('webpack'); |
5 |
|
5 |
|
6 |
module.exports = { |
6 |
module.exports = { |
7 |
resolve: { |
|
|
8 |
alias: { |
9 |
'@fetch': path.resolve(__dirname, 'koha-tmpl/intranet-tmpl/prog/js/fetch'), |
10 |
}, |
11 |
}, |
12 |
entry: { |
7 |
entry: { |
13 |
erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts", |
8 |
erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts", |
14 |
preservation: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts", |
9 |
preservation: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts", |
15 |
- |
|
|