Bugzilla – Attachment 181485 Details for
Bug 37911
Prototype vue islands within static pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37911: (follow-up) Remove webpack.config.js
Bug-37911-follow-up-Remove-webpackconfigjs.patch (text/plain), 2.08 KB, created by
Matt Blenkinsop
on 2025-04-25 08:29:42 UTC
(
hide
)
Description:
Bug 37911: (follow-up) Remove webpack.config.js
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-04-25 08:29:42 UTC
Size:
2.08 KB
patch
obsolete
>From 128cce8a6f5cb3153f42fdbccc23540d3aef596d Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Tue, 1 Apr 2025 11:17:53 +0200 >Subject: [PATCH] Bug 37911: (follow-up) Remove webpack.config.js > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > webpack.config.js | 50 ----------------------------------------------- > 1 file changed, 50 deletions(-) > delete mode 100644 webpack.config.js > >diff --git a/webpack.config.js b/webpack.config.js >deleted file mode 100644 >index 09d210be790..00000000000 >--- a/webpack.config.js >+++ /dev/null >@@ -1,50 +0,0 @@ >-const { VueLoaderPlugin } = require("vue-loader"); >-const autoprefixer = require("autoprefixer"); >-const path = require("path"); >-const webpack = require("webpack"); >- >-module.exports = { >- entry: { >- erm: "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts", >- preservation: >- "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts", >- "admin/record_sources": >- "./koha-tmpl/intranet-tmpl/prog/js/vue/modules/admin/record_sources.ts", >- }, >- output: { >- filename: "[name].js", >- path: path.resolve( >- __dirname, >- "koha-tmpl/intranet-tmpl/prog/js/vue/dist/" >- ), >- chunkFilename: "[name].js", >- }, >- module: { >- rules: [ >- { >- test: /\.vue$/, >- loader: "vue-loader", >- exclude: [path.resolve(__dirname, "t/cypress/")], >- }, >- { >- test: /\.ts$/, >- loader: "ts-loader", >- options: { >- appendTsSuffixTo: [/\.vue$/], >- }, >- exclude: [path.resolve(__dirname, "t/cypress/")], >- }, >- { >- test: /\.css$/, >- use: ["style-loader", "css-loader"], >- }, >- ], >- }, >- plugins: [ >- new VueLoaderPlugin(), >- new webpack.DefinePlugin({ >- __VUE_OPTIONS_API__: true, >- __VUE_PROD_DEVTOOLS__: false, >- }), >- ], >-}; >-- >2.48.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37911
:
171425
|
171426
|
171432
|
171439
|
171440
|
171445
|
171459
|
171517
|
171538
|
171608
|
171685
|
172962
|
172963
|
172965
|
172966
|
172967
|
172968
|
172969
|
172970
|
172971
|
172972
|
172973
|
172974
|
172975
|
176959
|
176960
|
176961
|
176962
|
176963
|
176964
|
176965
|
176966
|
176967
|
176968
|
176969
|
176970
|
176972
|
178256
|
178257
|
178258
|
178259
|
178260
|
178261
|
178262
|
178263
|
178264
|
178265
|
178266
|
178267
|
180113
|
180114
|
180115
|
180116
|
180117
|
180118
|
180119
|
180120
|
180121
|
180122
|
180123
|
180124
|
180125
|
180129
|
180696
|
180697
|
180714
|
180805
|
181269
|
181270
|
181271
|
181272
|
181273
|
181274
|
181275
|
181276
|
181277
|
181278
|
181279
|
181280
|
181281
|
181282
|
181283
|
181284
|
181285
|
181286
|
181473
|
181474
|
181475
|
181476
|
181477
|
181478
|
181479
|
181480
|
181481
|
181482
|
181483
|
181484
| 181485 |
181486
|
181487
|
181488
|
181489
|
181490
|
181566
|
181567