View | Details | Raw Unified | Return to bug 32806
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt (-1 / +1 lines)
Lines 62-68 Link Here
62
62
63
    </script>
63
    </script>
64
64
65
    [% Asset.js("js/vue/dist/main.js") | $raw %]
65
    [% Asset.js("js/vue/dist/erm.js") | $raw %]
66
66
67
[% END %]
67
[% END %]
68
[% INCLUDE 'intranet-bottom.inc' %]
68
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/webpack.config.js (-2 / +1 lines)
Lines 5-11 const webpack = require('webpack'); Link Here
5
5
6
module.exports = {
6
module.exports = {
7
  entry: {
7
  entry: {
8
    main: "./koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts",
8
    erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts",
9
  },
9
  },
10
  output: {
10
  output: {
11
    filename: "[name].js",
11
    filename: "[name].js",
12
- 

Return to bug 32806