forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webpack.config.js
474 lines (412 loc) · 13.3 KB
/
webpack.config.js
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
/* --------------------------------------------------------------------
* Fill in module info here.
*/
var info = {
entries: {
"apps/apps": [
"apps/index.jsx"
],
"dashboard/dashboard": [
"dashboard/list.js",
"dashboard/dashboard.scss",
],
"docker/docker": [
"docker/containers.js"
],
"docker/console": [
"docker/console.js",
],
"kdump/kdump": [
"kdump/kdump.js",
"kdump/kdump.scss",
],
"machines/machines": [
"machines/index.js",
"machines/machines.scss",
],
"networkmanager/network": [
"networkmanager/interfaces.js",
"networkmanager/utils.js"
],
"networkmanager/firewall": [
"networkmanager/firewall.jsx"
],
"playground/index": [
"playground/index.js",
],
"playground/exception": [
"playground/exception.js",
],
"playground/jquery-patterns": [
"playground/jquery-patterns.js",
],
"playground/metrics": [
"playground/metrics.js",
],
"playground/pkgs": [
"playground/pkgs.js",
],
"playground/plot": [
"playground/plot.js",
],
"playground/react-patterns": [
"playground/react-patterns",
],
"playground/service": [
"playground/service",
],
"playground/speed": [
"playground/speed",
],
"playground/test": [
"playground/test",
],
"playground/translate": [
"playground/translate",
],
"playground/preloaded": [
"playground/preloaded.js",
],
"playground/notifications-receiver": [
"playground/notifications-receiver.js",
],
"playground/journal": [
"playground/journal.jsx",
],
"realmd/domain": [
"realmd/operation.js",
],
"selinux/selinux": [
"selinux/setroubleshoot.js",
"selinux/setroubleshoot.scss",
],
"shell/index": [
"shell/index.js",
"shell/shell.scss",
],
"sosreport/sosreport": [
"sosreport/index.js",
"sosreport/sosreport.scss",
],
"storaged/storage": [
"storaged/devices.jsx"
],
"systemd/services": [
"systemd/services/services.jsx",
"systemd/services/services.scss",
],
"systemd/logs": [
"systemd/logs.js",
"systemd/logs.scss",
],
"systemd/overview": [
"systemd/overview.jsx",
"systemd/overview.scss",
],
"systemd/terminal": [
"systemd/terminal.jsx",
"systemd/terminal.scss",
],
"systemd/hwinfo": [
"systemd/hwinfo.jsx",
"systemd/hwinfo.scss",
],
"systemd/graphs": [
"systemd/graphs.js",
"systemd/graphs.scss",
],
"tuned/performance": [
"tuned/dialog.js",
],
"packagekit/updates": [
"packagekit/updates.jsx",
"packagekit/updates.scss",
],
"users/users": [
"users/local.js",
"users/users.scss",
]
},
tests: [
"docker/test-docker",
"kdump/test-config-client",
"lib/test-dummy",
"lib/test-journal-renderer",
"lib/test-machines",
"lib/test-patterns",
"networkmanager/test-utils",
"storaged/test-util",
"machines/test-machines",
],
files: [
"apps/index.html",
"apps/default.png",
"dashboard/index.html",
"docker/console.html",
"docker/index.html",
"docker/images/drive-harddisk-symbolic.svg",
"kdump/index.html",
"machines/index.html",
"networkmanager/index.html",
"networkmanager/firewall.html",
"networkmanager/manifest.json",
"packagekit/index.html",
"playground/index.html",
"playground/exception.html",
"playground/hammer.gif",
"playground/jquery-patterns.html",
"playground/metrics.html",
"playground/pkgs.html",
"playground/plot.html",
"playground/react-patterns.html",
"playground/service.html",
"playground/speed.html",
"playground/test.html",
"playground/translate.html",
"playground/preloaded.html",
"playground/notifications-receiver.html",
"playground/journal.html",
"selinux/setroubleshoot.html",
"shell/images/server-error.png",
"shell/images/server-large.png",
"shell/images/server-small.png",
"shell/index.html",
"shell/shell.html",
"sosreport/index.html",
"sosreport/sosreport.png",
"storaged/index.html",
"storaged/images/storage-array.png",
"storaged/images/storage-disk.png",
"systemd/index.html",
"systemd/graphs.html",
"systemd/logs.html",
"systemd/services.html",
"systemd/terminal.html",
"systemd/hwinfo.html",
"users/index.html",
]
};
var externals = {
"cockpit": "cockpit",
"jquery": "jQuery",
};
/* ---------------------------------------------------------------------
* Implementation
*/
var webpack = require("webpack");
var copy = require("copy-webpack-plugin");
var html = require('html-webpack-plugin');
var miniCssExtractPlugin = require('mini-css-extract-plugin');
var path = require("path");
var fs = require("fs");
const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin');
/* These can be overridden, typically from the Makefile.am */
var srcdir = process.env.SRCDIR || __dirname;
var builddir = process.env.BUILDDIR || __dirname;
var distdir = builddir + path.sep + "dist";
var libdir = path.resolve(srcdir, "pkg" + path.sep + "lib");
var nodedir = path.resolve(srcdir, "node_modules");
var section = process.env.ONLYDIR || null;
/* A standard nodejs and webpack pattern */
var production = process.env.NODE_ENV === 'production';
/* development options for faster iteration */
var eslint = process.env.ESLINT !== '0';
/*
* Note that we're avoiding the use of path.join as webpack and nodejs
* want relative paths that start with ./ explicitly.
*
* In addition we mimic the VPATH style functionality of GNU Makefile
* where we first check builddir, and then srcdir. In order to avoid
* people having to run ./configure to hack on Cockpit we also help
* resolve files that have a '.in' suffix if the resulting file
* doesn't exist.
*/
function vpath(/* ... */) {
var filename = Array.prototype.join.call(arguments, path.sep);
var expanded = builddir + path.sep + filename;
if (fs.existsSync(expanded))
return expanded;
expanded = srcdir + path.sep + filename;
if (!fs.existsSync(expanded) && fs.existsSync(expanded + ".in"))
return expanded + ".in";
return expanded;
}
/* Qualify all the paths in entries */
Object.keys(info.entries).forEach(function(key) {
if (section && key.indexOf(section) !== 0) {
delete info.entries[key];
return;
}
info.entries[key] = info.entries[key].map(function(value) {
if (value.indexOf("/") === -1)
return value;
else
return vpath("pkg", value);
});
});
/* Qualify all the paths in files listed */
var files = [];
info.files.forEach(function(value) {
if (!section || value.indexOf(section) === 0)
files.push({ from: vpath("pkg", value), to: value });
});
info.files = files;
// Hide mini-css-extract-plugin spam logs
class CleanUpStatsPlugin {
shouldPickStatChild(child) {
return child.name.indexOf('mini-css-extract-plugin') !== 0;
}
apply(compiler) {
compiler.hooks.done.tap('CleanUpStatsPlugin', (stats) => {
const children = stats.compilation.children;
if (Array.isArray(children)) {
stats.compilation.children = children
.filter(child => this.shouldPickStatChild(child));
}
});
}
}
var plugins = [
new copy(info.files),
new miniCssExtractPlugin("[name].css"),
new CleanUpStatsPlugin(),
new OptimizeCSSAssetsPlugin({cssProcessorOptions: {map: {inline: false} } }),
];
var output = {
path: distdir,
filename: "[name].js",
sourceMapFilename: "[file].map",
};
/* Only minimize when in production mode */
if (production) {
/* Rename output files when minimizing */
output.filename = "[name].min.js";
}
/* Fill in the tests properly */
info.tests.forEach(function(test) {
var ext = production ? ".min.js" : ".js";
if (!section || test.indexOf(section) === 0) {
info.entries[test] = vpath("pkg", test + ".js");
plugins.push(new html({
title: path.basename(test),
filename: test + ".html",
template: libdir + path.sep + "qunit-template.html",
builddir: test.split("/").map(function() { return "../" }).join(""),
script: path.basename(test + ext),
inject: false,
}));
}
});
var aliases = {
"d3": "d3/d3.js",
"moment": "moment/moment.js",
};
/* HACK: To get around redux warning about reminimizing code */
if (production)
aliases["redux/dist/redux"] = "redux/dist/redux.min.js";
var babel_loader = {
loader: "babel-loader",
options: {
presets: [
["@babel/env", {
"targets": {
"chrome": "57",
"firefox": "52",
"safari": "10.3",
"edge": "16",
"opera": "44"
}
}],
"@babel/preset-react"
]
}
}
module.exports = {
mode: production ? 'production' : 'development',
resolve: {
alias: aliases,
modules: [ libdir, nodedir ],
extensions: ["*", ".js", ".json"]
},
entry: info.entries,
output: output,
externals: externals,
plugins: plugins,
devtool: "source-map",
// disable noisy warnings about exceeding the recommended size limit
performance: {
maxAssetSize: 20000000,
maxEntrypointSize: 20000000,
},
module: {
rules: [
{
enforce: 'pre',
test: eslint ? /\.(js|jsx)$/ : /dont.match.me/,
exclude: /\/node_modules\/.*\//, // exclude external dependencies
loader: "eslint-loader"
},
{
test: /\.js$/,
exclude: /\/node_modules\/.*\//, // exclude external dependencies
loader: 'strict-loader' // Adds "use strict"
},
/* these modules need to be babel'ed, they cause bugs in their dist'ed form */
{
test: /\/node_modules\/.*(@novnc|react-table).*\.js$/,
use: babel_loader
},
{
test: /\.(js|jsx)$/,
// exclude external dependencies; it's too slow, and they are already plain JS except the above
exclude: /\/node_modules\/.*\//,
use: babel_loader
},
{
test: /\.css$/,
use: [
miniCssExtractPlugin.loader,
{
loader: 'css-loader',
options: { url: false }
}
],
},
{
test: /\.scss$/,
use: [
miniCssExtractPlugin.loader,
"css-loader",
'sass-loader',
{
loader: 'sass-resources-loader',
// Make PF3 and PF4 variables globably accessible to be used by the components scss
options: {
resources: [
path.resolve(libdir, './_global-variables.scss'),
path.resolve(nodedir, './@patternfly/patternfly/patternfly-variables.scss'),
path.resolve(nodedir, './patternfly/dist/sass/patternfly/_variables.scss')
],
},
},
]
},
{
// See https://github.com/patternfly/patternfly-react/issues/3815 and
// [Redefine grid breakpoints] section in pkg/lib/_global-variables.scss for more details
// Components which are using the pf-global--breakpoint-* variables should import scss manually
// instead off the automatically imported CSS stylesheets
test: /\.css$/,
include: stylesheet => {
return (
stylesheet.includes('@patternfly/react-styles/css/components/Table/') ||
stylesheet.includes('@patternfly/react-styles/css/components/Nav/') ||
stylesheet.includes('@patternfly/react-styles/css/components/Page/') ||
stylesheet.includes('@patternfly/react-styles/css/components/Toolbar/')
);
},
use: ["null-loader"]
}
],
}
};