@zohodesk/client_build_tool 0.0.6 → 0.0.7-exp.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +13 -0
  3. package/index.html +600 -0
  4. package/lib/schemas/defaultConfigValues.js +23 -1
  5. package/lib/schemas/readOptions.js +33 -0
  6. package/lib/shared/babel/babelWebConfig.js +4 -1
  7. package/lib/shared/babel/runBabelForTsFile.js +30 -0
  8. package/lib/shared/bundler/webpack/common/decidePublicPath.js +5 -0
  9. package/lib/shared/bundler/webpack/common/nameTemplates.js +13 -9
  10. package/lib/shared/bundler/webpack/custom_plugins/{CdnChangePlugin.js → CdnChangePlugin/index.js} +29 -5
  11. package/lib/shared/bundler/webpack/custom_plugins/CdnChangePlugin/webpackCustomJsUrlLoader.js +46 -0
  12. package/lib/shared/bundler/webpack/custom_plugins/CustomScriptLoadingPlugin.js +109 -0
  13. package/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/getI18nLoadingRuntimeModule.js +1 -1
  14. package/lib/shared/bundler/webpack/custom_plugins/InitialHtmlPlugin.js +4 -0
  15. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/addFilesNamesToManifestJson.js +8 -2
  16. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/createInitialEntries.js +7 -1
  17. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/createManifestJson.js +1 -1
  18. package/lib/shared/bundler/webpack/custom_plugins/ResourceHintsPlugin.js +1 -0
  19. package/lib/shared/bundler/webpack/custom_plugins/ServiceWorkerPlugin.js +5 -1
  20. package/lib/shared/bundler/webpack/custom_plugins/ServiceWorkerPluginUtils.js +13 -0
  21. package/lib/shared/bundler/webpack/custom_plugins/SourceMapPlugin/index.js +20 -2
  22. package/lib/shared/bundler/webpack/custom_plugins/TPHashMappingPlugin/index.js +1 -1
  23. package/lib/shared/bundler/webpack/custom_plugins/getInitialAssetsFuncTemplate.js +4 -4
  24. package/lib/shared/bundler/webpack/custom_plugins/getInitialI18nAssetsArrayStr.js +1 -1
  25. package/lib/shared/bundler/webpack/devtoolConfig.js +4 -1
  26. package/lib/shared/bundler/webpack/externals.js +5 -1
  27. package/lib/shared/bundler/webpack/loaderConfigs/configsAssetsLoaders.js +1 -1
  28. package/lib/shared/bundler/webpack/loaderConfigs/cssClassNameGenerate.js +6 -1
  29. package/lib/shared/bundler/webpack/optimizationConfig.js +15 -2
  30. package/lib/shared/bundler/webpack/pluginConfigs/configCSSMinifierPlugin.js +5 -1
  31. package/lib/shared/bundler/webpack/pluginConfigs/configCustomScriptLoadingStrategyPlugin.js +76 -0
  32. package/lib/shared/bundler/webpack/pluginConfigs/configI18nSplitPlugin.js +1 -1
  33. package/lib/shared/bundler/webpack/pluginConfigs/configManifestJsonPlugin.js +25 -13
  34. package/lib/shared/bundler/webpack/pluginConfigs/configMiniCSSExtractPlugin.js +2 -1
  35. package/lib/shared/bundler/webpack/plugins.js +3 -1
  36. package/lib/shared/bundler/webpack/resolvers.js +2 -1
  37. package/lib/shared/bundler/webpack/tsLoaders.js +17 -0
  38. package/lib/shared/bundler/webpack/utils/index.js +6 -1
  39. package/lib/shared/bundler/webpack/webpackConfig.js +3 -1
  40. package/lib/shared/fileUtils/watchRun.js +13 -1
  41. package/lib/shared/postcss/custom_postcss_plugins/ValueReplacer.js +1 -1
  42. package/lib/shared/postcss/custom_postcss_plugins/VariableModificationPlugin/index.js +4 -0
  43. package/lib/shared/server/getServerURL.js +9 -2
  44. package/npm-shrinkwrap.json +412 -7328
  45. package/package.json +5 -2
  46. package/coverage/addFilesNamesToManifestJson.js.html +0 -148
  47. package/coverage/base.css +0 -224
  48. package/coverage/block-navigation.js +0 -87
  49. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/addFilesNamesToManifestJson.js.html +0 -148
  50. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/createInitialEntries.js.html +0 -136
  51. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/createManifestJson.js.html +0 -181
  52. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/findInitialFileNames.js.html +0 -133
  53. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/index.html +0 -146
  54. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/index.js.html +0 -199
  55. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/removeHashFromFileName.js.html +0 -127
  56. package/coverage/bundler/webpack/custom_plugins/VariableConversionCollector/ErrorHandler.js.html +0 -346
  57. package/coverage/bundler/webpack/custom_plugins/VariableConversionCollector/index.html +0 -116
  58. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/constants.js.html +0 -94
  59. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/handleIgnores.js.html +0 -259
  60. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/index.html +0 -236
  61. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/index.js.html +0 -442
  62. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/insertBefore.js.html +0 -154
  63. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/isPreviouslyProcessed.js.html +0 -142
  64. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/replaceUtils.js.html +0 -127
  65. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/separateHoveredSelectorAndNormalSelector.js.html +0 -139
  66. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/specialCases.js.html +0 -184
  67. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/typeCheckUtils.js.html +0 -193
  68. package/coverage/bundler/webpack/custom_postcss_plugins/SelectorReplace.js.html +0 -292
  69. package/coverage/bundler/webpack/custom_postcss_plugins/ValueReplacer.js.html +0 -223
  70. package/coverage/bundler/webpack/custom_postcss_plugins/VariableModificationPlugin/index.html +0 -116
  71. package/coverage/bundler/webpack/custom_postcss_plugins/VariableModificationPlugin/index.js.html +0 -1126
  72. package/coverage/bundler/webpack/custom_postcss_plugins/index.html +0 -131
  73. package/coverage/bundler/webpack/loaderConfigs/getSpecificPostCssPlugin.js.html +0 -247
  74. package/coverage/bundler/webpack/loaderConfigs/index.html +0 -116
  75. package/coverage/coverage-final.json +0 -4
  76. package/coverage/coverage-summary.json +0 -5
  77. package/coverage/createInitialEntries.js.html +0 -136
  78. package/coverage/dummy.js.html +0 -238
  79. package/coverage/favicon.png +0 -0
  80. package/coverage/index.html +0 -146
  81. package/coverage/index.js.html +0 -169
  82. package/coverage/isObject.js.html +0 -94
  83. package/coverage/isValid.js.html +0 -106
  84. package/coverage/prettify.css +0 -1
  85. package/coverage/prettify.js +0 -2
  86. package/coverage/removeHashFromFileName.js.html +0 -127
  87. package/coverage/sort-arrow-sprite.png +0 -0
  88. package/coverage/sorter.js +0 -196
  89. package/result.json +0 -1
  90. package/unittest/index.html +0 -35
@@ -54,6 +54,10 @@ var _default = {
54
54
  cli: 'print_progress'
55
55
  },
56
56
  server: {
57
+ k8s: {
58
+ value: false,
59
+ cli: 'k8s'
60
+ },
57
61
  httpsCerts: {
58
62
  value: '',
59
63
  cli: 'https_certs'
@@ -277,7 +281,9 @@ var _default = {
277
281
  i18nTemplate: ''
278
282
  },
279
283
  manifestJson: {
280
- enable: false
284
+ enable: false,
285
+ i18nManifestJson: false,
286
+ licenseManifest: false
281
287
  },
282
288
  changeRuntimeChunkChar: '~',
283
289
  serviceWorker: {
@@ -291,6 +297,7 @@ var _default = {
291
297
  allowPrefetchingMultipleChunks: false
292
298
  },
293
299
  devModeContentHashAllowedTypes: null,
300
+ nameTemplateCustomization: null,
294
301
  devLikeHash: {
295
302
  value: false,
296
303
  cli: 'dev_like_hash'
@@ -322,6 +329,21 @@ var _default = {
322
329
  jsAttributes: null,
323
330
  cssAttributes: null,
324
331
  i18nAttributes: null
332
+ },
333
+ externals: null,
334
+ typeScript: {
335
+ enable: {
336
+ value: false,
337
+ cli: 'type_script_enable'
338
+ }
339
+ },
340
+ optimization: {
341
+ jsExcludePath: '',
342
+ cssExcludePath: ''
343
+ },
344
+ customScriptLoadingStrategey: {
345
+ enable: false,
346
+ options: null
325
347
  }
326
348
  };
327
349
  exports.default = _default;
@@ -25,6 +25,39 @@ const args = process.argv.slice(2);
25
25
  exports.args = args;
26
26
  const processEnv = (0, _npmConfigToObject.npmConfigToObject)();
27
27
  const cliArgsObject = (0, _cliArgsToObject.cliArgsToObject)(args);
28
+
29
+ if (cliArgsObject.app_domain && cliArgsObject.app_domain == 'kubernetes') {
30
+ cliArgsObject.k8s = true;
31
+ }
32
+
33
+ if (cliArgsObject.app_domain) {
34
+ cliArgsObject.domain = cliArgsObject.app_domain;
35
+ }
36
+
37
+ if (cliArgsObject.app_port) {
38
+ cliArgsObject.port = cliArgsObject.app_port;
39
+ }
40
+
41
+ if (cliArgsObject.app_host) {
42
+ cliArgsObject.host = cliArgsObject.app_host;
43
+ }
44
+
45
+ if (processEnv.app_domain && processEnv.app_domain == 'kubernetes') {
46
+ cliArgsObject.k8s = true;
47
+ }
48
+
49
+ if (processEnv.app_domain) {
50
+ cliArgsObject.domain = processEnv.app_domain;
51
+ }
52
+
53
+ if (processEnv.app_port) {
54
+ cliArgsObject.port = processEnv.app_port;
55
+ }
56
+
57
+ if (processEnv.app_host) {
58
+ cliArgsObject.host = processEnv.app_host;
59
+ }
60
+
28
61
  Object.assign(processEnv, cliArgsObject);
29
62
  let reactCLIOptions = null;
30
63
 
@@ -25,8 +25,11 @@ function babelWebConfig(options, mode) {
25
25
  plugins: babelPlugins,
26
26
  browserList
27
27
  } = options.babelCustomizations;
28
+ const {
29
+ enable: typeScriptEnable
30
+ } = options.typeScript;
28
31
  return {
29
- presets: [getBabelPresetEnvConfig(browserList, mode), require.resolve('@babel/preset-react')],
32
+ presets: typeScriptEnable ? [getBabelPresetEnvConfig(browserList, mode), require.resolve('@babel/preset-react'), require.resolve('@babel/preset-typescript')] : [getBabelPresetEnvConfig(browserList, mode), require.resolve('@babel/preset-react')],
30
33
  plugins: customBabelPlugins(babelPlugins).concat((0, _getBabelPlugin.getBabelPlugin)(options)).filter(Boolean)
31
34
  };
32
35
  }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.runBabelForTSFile = runBabelForTSFile;
7
+
8
+ var _core = require("@babel/core");
9
+
10
+ var _babelWebConfig = require("./babelWebConfig");
11
+
12
+ var _copyFile = require("../fileUtils/copyFile");
13
+
14
+ function runBabelForTSFile({
15
+ filename,
16
+ outputFile,
17
+ options,
18
+ mode = 'es'
19
+ }) {
20
+ const {
21
+ enable
22
+ } = options.typeScript;
23
+
24
+ if (enable) {
25
+ // const jsSourceCode = readFileSync(filename).toString();
26
+ const babelConfig = (0, _babelWebConfig.babelWebConfig)(options, mode);
27
+ const result = (0, _core.transformFileSync)(filename, babelConfig);
28
+ (0, _copyFile.writeFile)(outputFile.replace('.tsx', '.js'), result.code);
29
+ }
30
+ }
@@ -24,17 +24,22 @@ function modifiedServerOptions(options) {
24
24
  const {
25
25
  disableContextURL
26
26
  } = server;
27
+ const {
28
+ k8s
29
+ } = server;
27
30
  const port = Number(server.port);
28
31
  const httpsOptions = (0, _httpsOptions.httpsOptionsWithUserFriendlyError)(options);
29
32
  const machineDomain = (0, _getServerURL.getServerDomain)(server);
30
33
  const httpPort = port + 1;
31
34
  const httpsUrl = (0, _getServerURL.getServerUrl)({
32
35
  domain: machineDomain,
36
+ k8s,
33
37
  port,
34
38
  protocol: 'https'
35
39
  });
36
40
  const httpUrl = (0, _getServerURL.getServerUrl)({
37
41
  domain: machineDomain,
42
+ k8s,
38
43
  port: httpPort,
39
44
  protocol: 'http'
40
45
  });
@@ -12,16 +12,16 @@ var _modeUtils = require("./modeUtils");
12
12
  // NOTE: these below code can be done in js,
13
13
  // we did copy paste in order to avoid unnecessary confusion
14
14
  // NOTE: array[0] is dev mode file templates and array[1] is prod mode file templates
15
- const templates = {
15
+ const defaultTemplates = {
16
16
  html: ['index.html', 'index.[contenthash].html'],
17
- js: ['js/[name].js', 'js/[name].[contenthash].js'],
18
- chunkjs: ['js-chunks/[name].js', 'js-chunks/[name].[contenthash].js'],
19
- i18njs: ['i18n-chunks/[locale]/[name].i18n.js', 'i18n-chunks/[locale]/[name].[chunkhash].i18n.js'],
20
- i18nchunkjs: ['i18n-chunks/[locale]/[name].i18n.js', // 'i18n-chunks/[locale]/[name].[chunkhash].i18n.js'
21
- 'i18n-chunks/[locale]/[name].[contenthash].i18n.js'],
17
+ js: ['js/[name].js', 'js/[name].[contenthash]_.js'],
18
+ chunkjs: ['js-chunk/[name].js', 'js-chunks/[name].[contenthash]_.js'],
19
+ i18njs: ['i18n-chunk/[locale]/[name].i18n.js', 'i18n-chunk/[locale]/[name].[chunkhash:20]_.i18n.js'],
20
+ i18nchunkjs: ['i18n-chunk/[locale]/[name].i18n.js', // 'i18n-chunk/[locale]/[name].[chunkhash].i18n.js'
21
+ 'i18n-chunk/[locale]/[name].[contenthash]_.i18n.js'],
22
22
  i18nmanifest: ['i18n-manifest.json', 'i18n-manifest.json'],
23
23
  workerjs: ['js/[name].js', 'js/[name].[contenthash].js'],
24
- css: ['css/[name].css', 'css/[name].[contenthash].css'],
24
+ css: ['css/[name].css', 'css/[name].[contenthash]_.css'],
25
25
 
26
26
  /**
27
27
  * NOTE: when you change (cssdir) this line it will have affect on Below files will be affected
@@ -29,7 +29,7 @@ const templates = {
29
29
  * pluginConfigs/configMiniCSSExtractPlugin.js
30
30
  * pluginConfigs/configRtlCssPlugin.js
31
31
  * */
32
- cssdir: ['css/[name].[dir].css', 'css/[name].[contenthash].[dir].css'],
32
+ cssdir: ['css/[name].[dir].css', 'css/[name].[contenthash]_.[dir].css'],
33
33
  image: ['images/[name][ext]', 'images/[name].[contenthash][ext]'],
34
34
  font: ['fonts/[name][ext]', 'fonts/[name].[contenthash][ext]'],
35
35
  svg: ['fonts/[name][ext]', 'fonts/[name].[contenthash][ext]'],
@@ -54,12 +54,16 @@ function nameTemplates(type, options) {
54
54
  const {
55
55
  enableFileNameHashing,
56
56
  mode,
57
- devLikeHash
57
+ devLikeHash,
58
+ nameTemplateCustomization
58
59
  } = options;
59
60
  let {
60
61
  devModeContentHashAllowedTypes
61
62
  } = options;
62
63
  devModeContentHashAllowedTypes = devModeContentHashAllowedTypes || defaultDevModeContentHashAllowedTypes;
64
+ const templates = { ...defaultTemplates,
65
+ ...nameTemplateCustomization
66
+ };
63
67
  const templateName = templates[type];
64
68
 
65
69
  if (!templateName) {
@@ -7,12 +7,20 @@ exports.default = void 0;
7
7
 
8
8
  var _htmlWebpackPlugin = _interopRequireDefault(require("html-webpack-plugin"));
9
9
 
10
- var _nameTemplates = require("../common/nameTemplates");
10
+ var _webpack = require("webpack");
11
+
12
+ var _nameTemplates = require("../../common/nameTemplates");
13
+
14
+ var _modeUtils = require("../../common/modeUtils");
15
+
16
+ var _webpackCustomJsUrlLoader = _interopRequireDefault(require("./webpackCustomJsUrlLoader"));
11
17
 
12
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
19
 
14
20
  // import { RuntimeGlobals, RuntimeModule } from 'webpack';
21
+ // eslint-disable-next-line import/extensions
15
22
  // import { Template } from 'webpack';
23
+ // eslint-disable-next-line import/extensions
16
24
  const pluginName = 'CdnChangePlugin'; // const MODULE_TYPE = 'css/mini-extract';
17
25
  // class CdnChangeRuntimePlugin extends RuntimeModule {
18
26
  // constructor(compiler, { variableName }) {
@@ -31,9 +39,10 @@ class CdnChangePlugin {
31
39
  constructor(options) {
32
40
  this.createSeparateSMap = options.createSeparateSMap;
33
41
  this.i18nTemplate = options.i18nTemplate || '{{__I18N_CDN__}}';
34
- this.variableName = options.variableName || '__CSS_CDN__';
42
+ this.variableName = options.variableName || 'window.__SMAP_PATH__';
35
43
  this.cssTemplate = options.cssTemplate || '{{__CSS_CDN__}}';
36
44
  this.jsTemplate = options.jsTemplate || '{{__JS_CDN__}}';
45
+ this.mode = options.mode || 'prod';
37
46
  }
38
47
 
39
48
  apply(compiler) {
@@ -61,14 +70,19 @@ class CdnChangePlugin {
61
70
  compiler.hooks.compilation.tap(pluginName, compilation => {
62
71
  _htmlWebpackPlugin.default.getHooks(compilation).beforeAssetTagGeneration.tap(pluginName, (data, cb) => {
63
72
  const {
64
- createSeparateSMap
73
+ createSeparateSMap,
74
+ mode
65
75
  } = this; // eslint-disable-next-line no-param-reassign
66
76
 
67
77
  data.assets = { ...data.assets,
68
78
  css: data.assets.css.map(css => `${this.cssTemplate}${css}`),
69
79
  js: data.assets.js.map(js => {
70
- if (createSeparateSMap && !(0, _nameTemplates.isI18nFile)(js)) {
71
- js = js.replace('js/', `{{--js-smap}}js/`); //eslint-disable-line
80
+ if ((0, _modeUtils.isProductionMode)(mode) && createSeparateSMap && !(0, _nameTemplates.isI18nFile)(js)) {
81
+ if (js.includes('smap')) {
82
+ js = js.replace('smap/js/', `{{--js-smap}}js/`); //eslint-disable-line
83
+ } else {
84
+ js = js.replace('js/', `{{--js-smap}}js/`); //eslint-disable-line
85
+ }
72
86
  }
73
87
 
74
88
  return `${(0, _nameTemplates.isI18nFile)(js) ? this.i18nTemplate : this.jsTemplate}${js}`;
@@ -76,6 +90,16 @@ class CdnChangePlugin {
76
90
  };
77
91
  cb && cb(null, data);
78
92
  });
93
+
94
+ compilation.hooks.runtimeRequirementInTree.for(_webpack.RuntimeGlobals.getChunkScriptFilename).tap(pluginName, (chunk, set) => {
95
+ if (typeof compilation.outputOptions.chunkFilename === 'string' && /\[(full)?hash(:\d+)?\]/.test(compilation.outputOptions.chunkFilename)) {
96
+ set.add(_webpack.RuntimeGlobals.getFullHash);
97
+ }
98
+
99
+ compilation.addRuntimeModule(chunk, // eslint-disable-next-line new-cap
100
+ new _webpackCustomJsUrlLoader.default('javascript', 'javascript', _webpack.RuntimeGlobals.getChunkScriptFilename, chunk => chunk.filenameTemplate || (chunk.canBeInitial() ? compilation.outputOptions.filename : compilation.outputOptions.chunkFilename), false, this.variableName));
101
+ return true;
102
+ });
79
103
  });
80
104
  }
81
105
 
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _GetChunkFilenameRuntimeModule = _interopRequireDefault(require("webpack/lib/runtime/GetChunkFilenameRuntimeModule"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ // import { RuntimeGlobals, RuntimeModule, Template } from 'webpack';
13
+ // const GetChunkFilenameRuntimeModule = require('webpack/lib/runtime/GetChunkFilenameRuntimeModule');
14
+ // import GetChunkFilenameRuntimeModule from 'webpack/lib/runtime/GetChunkFilenameRuntimeModule';
15
+ // const first = set => {
16
+ // const entry = set.values().next();
17
+ // return entry.done ? undefined : entry.value;
18
+ // };
19
+ class CustomizedGetChunkFilenameRuntimeModule extends _GetChunkFilenameRuntimeModule.default {
20
+ /**
21
+ * @param {string} contentType the to use the content hash for
22
+ * @param {string} name kind of filename
23
+ * @param {string} global function name to be assigned
24
+ * @param {function(Chunk): string | FilenameFunction} getFilenameForChunk functor to get the filename or function
25
+ * @param {boolean} allChunks when false, only async chunks are included
26
+ */
27
+ constructor(contentType, name, global, getFilenameForChunk, allChunks, variableName) {
28
+ super(contentType, name, global, getFilenameForChunk, allChunks);
29
+ this.contentType = contentType;
30
+ this.global = global;
31
+ this.getFilenameForChunk = getFilenameForChunk;
32
+ this.allChunks = allChunks;
33
+ this.dependentHash = true;
34
+ this.variableName = variableName;
35
+ }
36
+
37
+ generate() {
38
+ const sourceCode = super.generate().toString();
39
+ const replaceCode = sourceCode.replaceAll('"js-chunks/', `${this.variableName} + "js-chunks/`);
40
+ return replaceCode;
41
+ }
42
+
43
+ }
44
+
45
+ var _default = CustomizedGetChunkFilenameRuntimeModule;
46
+ exports.default = _default;
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CustomScriptLoadingStrategyPlugin = void 0;
7
+
8
+ var _htmlWebpackPlugin = _interopRequireDefault(require("html-webpack-plugin"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ const pluginName = 'CustomScriptLoadingStrategyPlugin';
13
+
14
+ class CustomScriptLoadingStrategyPlugin {
15
+ constructor({
16
+ scriptLoadingStategey
17
+ } = {}) {
18
+ this.scriptLoadingStrategy = scriptLoadingStategey;
19
+ this.tagNamesToMatch = ['script'];
20
+ }
21
+
22
+ getFileNameFromTagSrc(src) {
23
+ const fileNameArr = src.split('/');
24
+ return fileNameArr[fileNameArr.length - 1];
25
+ }
26
+
27
+ addAttributestToTag(tag, attributes) {
28
+ tag.attributes = Object.assign({}, tag.attributes, attributes);
29
+ }
30
+
31
+ matchFileName(tag, fileName) {
32
+ return fileName.test(this.getFileNameFromTagSrc(tag.attributes.src));
33
+ }
34
+
35
+ blockingStrategy(tag) {
36
+ delete tag.attributes.defer;
37
+ delete tag.attributes.async;
38
+ }
39
+
40
+ deferStrategy(tag) {
41
+ delete tag.attributes.async;
42
+ }
43
+
44
+ asyncStrategy(tag) {
45
+ delete tag.attributes.defer;
46
+ }
47
+
48
+ moduleStrategy(tag) {
49
+ this.deferStrategy(tag);
50
+ }
51
+
52
+ matchStrategy(scriptLoadingStrategy, tag) {
53
+ if (scriptLoadingStrategy === 'blocking') {
54
+ this.blockingStrategy(tag);
55
+ }
56
+
57
+ if (scriptLoadingStrategy === 'defer') {
58
+ this.deferStrategy(tag);
59
+ }
60
+
61
+ if (scriptLoadingStrategy === 'async') {
62
+ this.asyncStrategy(tag);
63
+ }
64
+
65
+ if (scriptLoadingStrategy === 'module') {
66
+ this.moduleStrategy(tag);
67
+ }
68
+ }
69
+
70
+ matchAndApplyCustomLoadingStrategyToScripts(tags) {
71
+ Object.keys(this.scriptLoadingStrategy).forEach(scriptLoadingStrategy => {
72
+ const filesToMatch = this.scriptLoadingStrategy[scriptLoadingStrategy];
73
+ tags.forEach(tag => {
74
+ if (this.tagNamesToMatch.includes(tag.tagName) && tag.attributes.src) {
75
+ const isFileMatch = filesToMatch.some(fileName => this.matchFileName(tag, fileName));
76
+
77
+ if (isFileMatch) {
78
+ this.matchStrategy(scriptLoadingStrategy, tag);
79
+ this.addAttributestToTag(tag, {
80
+ [scriptLoadingStrategy]: true
81
+ });
82
+ }
83
+ } // filesToMatch.forEach(fileName => {
84
+ // if (!this.matchFileName(tag, fileName)) {
85
+ // return;
86
+ // }
87
+ // this.matchStrategy(scriptLoadingStrategy, tag);
88
+ // this.addAttributestToTag(tag, fileName, {
89
+ // [scriptLoadingStrategy]: true
90
+ // });
91
+ // });
92
+
93
+ });
94
+ });
95
+ }
96
+
97
+ apply(compiler) {
98
+ compiler.hooks.compilation.tap(pluginName, compilation => {
99
+ _htmlWebpackPlugin.default.getHooks(compilation).alterAssetTagGroups.tapAsync(pluginName, (data, callback) => {
100
+ const tags = [...data.bodyTags, ...data.headTags];
101
+ this.matchAndApplyCustomLoadingStrategyToScripts(tags);
102
+ callback(null, data);
103
+ });
104
+ });
105
+ }
106
+
107
+ }
108
+
109
+ exports.CustomScriptLoadingStrategyPlugin = CustomScriptLoadingStrategyPlugin;
@@ -65,7 +65,7 @@ function getI18nLoadingRuntimeModule({
65
65
  return _webpack.Template.asString([`${prefixFunc(i18nChunks)}`, `var createI18nScriptTag = ${runtimeTemplate.basicFunction('chunkId, fullsrc, resolve, reject', ['var scriptTag = document.createElement("script");', attributes ? _webpack.Template.asString(Object.entries(attributes).map(entry => {
66
66
  const [key, value] = entry;
67
67
  return `scriptTag.setAttribute(${JSON.stringify(key)}, ${JSON.stringify(value)});`;
68
- })) : '', scriptType ? `scriptTag.type = ${JSON.stringify(scriptType)};` : '', `var onScriptComplete = ${runtimeTemplate.basicFunction('event', ['// avoid mem leaks.', 'scriptTag.onerror = scriptTag.onload = null;', 'if (event.type === \'load\') {', _webpack.Template.indent(['resolve();']), '} else {', _webpack.Template.indent(['var errorType = event && (event.type === \'load\' ? \'missing\' : event.type);', 'var realSrc = event && event.target && event.target.src || fullsrc;', 'var err = new Error("Loading I18N chunk " + chunkId + " failed.\\n(" + realSrc + ")");', 'err.code = "I18N_CHUNK_LOAD_FAILED";', 'err.type = errorType;', 'err.request = realSrc;', 'scriptTag.parentNode.removeChild(scriptTag)', 'reject(err);']), '}'])}`, 'scriptTag.onerror = scriptTag.onload = onScriptComplete;', 'scriptTag.src = fullsrc;', crossOriginLoading ? _webpack.Template.asString(['if (scriptTag.src.indexOf(window.location.origin + \'/\') !== 0) {', _webpack.Template.indent(`scriptTag.crossOrigin = ${JSON.stringify(crossOriginLoading)};`), '}']) : '', insertRoot && insertPlace || _webpack.Template.asString(['document.head.appendChild(scriptTag);']), 'return scriptTag;'])};`, `var findI18nScriptTag = ${runtimeTemplate.basicFunction('src, fullsrc', ['var existingScriptTags = document.getElementsByTagName("script");', 'for(var i = 0; i < existingScriptTags.length; i++) {', _webpack.Template.indent(['var tag = existingScriptTags[i];', 'var dataSrc = tag.getAttribute("data-src") || tag.getAttribute("src");', 'if((dataSrc === src || dataSrc === fullsrc)) return tag;']), '}', 'var existingStyleTags = document.getElementsByTagName("style");', 'for(var i = 0; i < existingStyleTags.length; i++) {', _webpack.Template.indent(['var tag = existingStyleTags[i];', 'var dataSrc = tag.getAttribute("data-src");', 'if(dataSrc === src || dataSrc === fullsrc) return tag;']), '}'])};`, `var loadI18nScriptTag = ${runtimeTemplate.basicFunction('chunkId', `return new Promise(${runtimeTemplate.basicFunction('resolve, reject', [`var src = ${_webpack.RuntimeGlobals.require}.miniI18nF(chunkId);`, `var fullsrc = ${_webpack.RuntimeGlobals.publicPath} + src;`, 'if(findI18nScriptTag(src, fullsrc)) return resolve();', 'createI18nScriptTag(chunkId, fullsrc, resolve, reject);'])});`)}`, '// object to store loaded I18N chunks', 'var installedI18nChunks = {', _webpack.Template.indent(
68
+ })) : '', '__webpack_require__.nc && scriptTag.setAttribute("nonce", __webpack_require__.nc)', scriptType ? `scriptTag.type = ${JSON.stringify(scriptType)};` : '', `var onScriptComplete = ${runtimeTemplate.basicFunction('event', ['// avoid mem leaks.', 'scriptTag.onerror = scriptTag.onload = null;', 'if (event.type === \'load\') {', _webpack.Template.indent(['resolve();']), '} else {', _webpack.Template.indent(['var errorType = event && (event.type === \'load\' ? \'missing\' : event.type);', 'var realSrc = event && event.target && event.target.src || fullsrc;', 'var err = new Error("Loading I18N chunk " + chunkId + " failed.\\n(" + realSrc + ")");', 'err.code = "I18N_CHUNK_LOAD_FAILED";', 'err.type = errorType;', 'err.request = realSrc;', 'scriptTag.parentNode.removeChild(scriptTag)', 'reject(err);']), '}'])}`, 'scriptTag.onerror = scriptTag.onload = onScriptComplete;', 'scriptTag.src = fullsrc;', crossOriginLoading ? _webpack.Template.asString(['if (scriptTag.src.indexOf(window.location.origin + \'/\') !== 0) {', _webpack.Template.indent(`scriptTag.crossOrigin = ${JSON.stringify(crossOriginLoading)};`), '}']) : '', insertRoot && insertPlace || _webpack.Template.asString(['document.head.appendChild(scriptTag);']), 'return scriptTag;'])};`, `var findI18nScriptTag = ${runtimeTemplate.basicFunction('src, fullsrc', ['var existingScriptTags = document.getElementsByTagName("script");', 'for(var i = 0; i < existingScriptTags.length; i++) {', _webpack.Template.indent(['var tag = existingScriptTags[i];', 'var dataSrc = tag.getAttribute("data-src") || tag.getAttribute("src");', 'if((dataSrc === src || dataSrc === fullsrc)) return tag;']), '}', 'var existingStyleTags = document.getElementsByTagName("style");', 'for(var i = 0; i < existingStyleTags.length; i++) {', _webpack.Template.indent(['var tag = existingStyleTags[i];', 'var dataSrc = tag.getAttribute("data-src");', 'if(dataSrc === src || dataSrc === fullsrc) return tag;']), '}'])};`, `var loadI18nScriptTag = ${runtimeTemplate.basicFunction('chunkId', `return new Promise(${runtimeTemplate.basicFunction('resolve, reject', [`var src = ${_webpack.RuntimeGlobals.require}.miniI18nF(chunkId);`, `var fullsrc = ${_webpack.RuntimeGlobals.publicPath} + src;`, 'if(findI18nScriptTag(src, fullsrc)) return resolve();', 'createI18nScriptTag(chunkId, fullsrc, resolve, reject);'])});`)}`, '// object to store loaded I18N chunks', 'var installedI18nChunks = {', _webpack.Template.indent(
69
69
  /** @type {string[]} */
70
70
  chunk.ids.map(id => `${JSON.stringify(id)}: 0`).join(',\n')), '};', '', `${_webpack.RuntimeGlobals.ensureChunkHandlers}.miniI18n = ${runtimeTemplate.basicFunction('chunkId, promises', [`var i18nChunks = ${JSON.stringify(chunkMap)};`, 'if(installedI18nChunks[chunkId]) promises.push(installedI18nChunks[chunkId]);', 'else if(installedI18nChunks[chunkId] !== 0 && i18nChunks[chunkId]) {', _webpack.Template.indent([`promises.push(installedI18nChunks[chunkId] = loadI18nScriptTag(chunkId).then(${runtimeTemplate.basicFunction('', 'installedI18nChunks[chunkId] = 0;')}, ${runtimeTemplate.basicFunction('e', ['delete installedI18nChunks[chunkId];', 'throw e;'])}));`]), '}'])};`, '']);
71
71
  }
@@ -37,6 +37,10 @@ class InitialHtmlPlugin {
37
37
  const headTags = [];
38
38
  const bodyTags = [];
39
39
  data.headTags.forEach(tag => {
40
+ Object.assign(tag.attributes, {
41
+ nonce: '{{--CSP-nonce}}'
42
+ });
43
+
40
44
  if (tag.tagName === 'link') {
41
45
  headTags.push(tag);
42
46
  } else {
@@ -5,8 +5,12 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.addFilesNamesToManifestJson = addFilesNamesToManifestJson;
7
7
 
8
+ var _path = _interopRequireDefault(require("path"));
9
+
8
10
  var _removeHashFromFileName = require("./removeHashFromFileName");
9
11
 
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
10
14
  function addFilesNamesToManifestJson({
11
15
  manifestJson,
12
16
  option,
@@ -15,9 +19,11 @@ function addFilesNamesToManifestJson({
15
19
  }) {
16
20
  const json = manifestJson;
17
21
  Object.keys(assets).forEach(filename => {
22
+ const fileName = _path.default.parse(filename).base;
23
+
18
24
  if (option.test(filename)) {
19
- const filenameNameWithoutHash = (0, _removeHashFromFileName.removeHashFromFileName)(filename, hashDigestLength);
20
- json[filenameNameWithoutHash] = filename;
25
+ const filenameNameWithoutHash = (0, _removeHashFromFileName.removeHashFromFileName)(fileName, hashDigestLength);
26
+ json[filenameNameWithoutHash] = fileName;
21
27
  }
22
28
  });
23
29
  return json;
@@ -5,11 +5,17 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.createInitialEntriesForManifestJson = createInitialEntriesForManifestJson;
7
7
 
8
+ var _path = _interopRequireDefault(require("path"));
9
+
8
10
  var _removeHashFromFileName = require("./removeHashFromFileName");
9
11
 
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
10
14
  function createInitialEntriesForManifestJson(initialFileNames, hashLength) {
11
15
  const initialEntries = {};
12
- initialFileNames.forEach(fileName => {
16
+ initialFileNames.forEach(filename => {
17
+ const fileName = _path.default.parse(filename).base;
18
+
13
19
  const filenameNameWithoutHash = (0, _removeHashFromFileName.removeHashFromFileName)(fileName, hashLength);
14
20
  initialEntries[filenameNameWithoutHash] = fileName;
15
21
  });
@@ -22,7 +22,7 @@ function createManifestJson({
22
22
  if (option.needInitialEntries) {
23
23
  const initialFileNames = (0, _findInitialFileNames.findInitialFileNames)(compilation);
24
24
  const initialEntries = (0, _createInitialEntries.createInitialEntriesForManifestJson)(initialFileNames, hashDigestLength);
25
- manifestJson.initialEntries = initialEntries;
25
+ manifestJson.entryFiles = initialEntries;
26
26
  }
27
27
 
28
28
  const outputJson = (0, _addFilesNamesToManifestJson.addFilesNamesToManifestJson)({
@@ -117,6 +117,7 @@ class ResourceHintsRuntimePlugin extends _webpack.RuntimeModule {
117
117
  let link = document.createElement("link");
118
118
  link.href = href;
119
119
  link.rel = rel;
120
+ __webpack_require__.nc && link.setAttribute("nonce", __webpack_require__.nc)
120
121
  if(href.endsWith(".css")) {
121
122
  link.as="style";
122
123
  } else if (href.endsWith(".js")) {
@@ -15,6 +15,8 @@ var _replaceCssDirTemplate = require("./RtlSplitPlugin/replaceCssDirTemplate");
15
15
 
16
16
  var _getInitialAssetsFuncTemplate = require("./getInitialAssetsFuncTemplate");
17
17
 
18
+ var _ServiceWorkerPluginUtils = require("./ServiceWorkerPluginUtils");
19
+
18
20
  const pluginName = 'ServiceWorkerPlugin';
19
21
 
20
22
  class ServiceWorkerPlugin {
@@ -83,8 +85,10 @@ class ServiceWorkerPlugin {
83
85
 
84
86
  [...compilation.chunks].filter(c => !this.isInitialChunk(c)).forEach(chunk => {
85
87
  allChunkUrls = [...allChunkUrls, ...chunk.files];
88
+ allI18nAssets.push((0, _ServiceWorkerPluginUtils.getI18nFileUrlPathTemplate)(compilation, chunk, this.i18nFileNameTemplate, '@locale@'));
86
89
  });
87
90
  allChunkUrls = allChunkUrls.filter(fileName => !fileName.endsWith('.map'));
91
+ allChunkUrls = allChunkUrls.map(fileName => fileName.replace('smap/', ''));
88
92
 
89
93
  if (enableRTLSplit) {
90
94
  allChunkUrls = (0, _replaceCssDirTemplate.replaceCssDirTemplateMapper)(allChunkUrls, _getInitialAssetsFuncTemplate.cssDirTemplate);
@@ -93,7 +97,7 @@ class ServiceWorkerPlugin {
93
97
  const mod = templateContent.replace(this.replaceText, `
94
98
  ${initialAssetsFuncTemplate}
95
99
 
96
- let initialAssetsObj = getInitialAssets({ lang: langLocale, dir: cssDir });
100
+ let initialAssetsObj = getInitialAssets();
97
101
 
98
102
  let initialAssets = initialAssetsObj.i18n.concat(
99
103
  initialAssetsObj.css,
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.getI18nFileUrlPathTemplate = getI18nFileUrlPathTemplate;
7
+
8
+ function getI18nFileUrlPathTemplate(compilation, chunk, filenameTemplate, localeTemplate) {
9
+ const urlpath = compilation.getPath(filenameTemplate, {
10
+ chunk
11
+ });
12
+ return urlpath.replace('[locale]', localeTemplate);
13
+ }
@@ -13,7 +13,7 @@ function checkSmapFilePattern(assetName) {
13
13
  }
14
14
 
15
15
  function skipRuntimeFiles(assetName) {
16
- return !assetName.includes('runtime') || !assetName.includes('[locale]');
16
+ return !assetName.includes('[locale]');
17
17
  }
18
18
 
19
19
  const pluginName = 'SplitSourceMapPlugin'; // Purpose:
@@ -44,7 +44,25 @@ class SourceMapPlugin {
44
44
  }
45
45
  }
46
46
  });
47
- });
47
+ }); // if contenthash enabled we need to add this to include the runtime files
48
+ // compilation.hooks.processAssets.tap(
49
+ // {
50
+ // name: pluginName,
51
+ // stage: Compilation.PROCESS_ASSETS_STAGE_DERIVED
52
+ // // additionalAssets: true
53
+ // },
54
+ // assets => {
55
+ // Object.keys(assets).forEach(assetName => {
56
+ // if (assetName.includes('runtime') && skipRuntimeFiles(assetName) ) {
57
+ // const runtimeAssetCode = assets[assetName].source();
58
+ // const newAssetName = `smap/${assetName}`;
59
+ // compilation.emitAsset(
60
+ // newAssetName,
61
+ // new RawSource(runtimeAssetCode)
62
+ // );
63
+ // };
64
+ // });
65
+ // });
48
66
  });
49
67
  }
50
68
 
@@ -29,7 +29,7 @@ class TPHashMappingPlugin {
29
29
 
30
30
  getFiles() {
31
31
  const hashMapping = {};
32
- this.fileMappings.filter(f => f.enable).forEach(fileInfo => {
32
+ this.fileMappings.forEach(fileInfo => {
33
33
  const filePath = _path.default.join(this.tpFolder, fileInfo.filePath);
34
34
 
35
35
  if (_fs.default.existsSync(filePath)) {
@@ -46,11 +46,11 @@ function getInitialAssetsFuncTemplate({
46
46
  chunkSplitEnable,
47
47
  i18nFileNameTemplate
48
48
  });
49
- const initialAssetsFuncTemplate = `function ${functionName}({ lang, dir}) {
49
+ const initialAssetsFuncTemplate = `function ${functionName}() {
50
50
  return {
51
- js: ${JSON.stringify(initialJsFiles)}.map(urlPath => urlPath.replace(/@locale@/g, lang)),
52
- css: ${JSON.stringify(initialCssFiles)}${enableRTLSplit ? '.map(urlPath => urlPath.replace(/@dir@/g, dir))' : ''},
53
- i18n: ${initialI18nAssets},
51
+ js: ${JSON.stringify(initialJsFiles)}.map(urlPath => urlPath.replace('smap/', '')),
52
+ css: ${JSON.stringify(initialCssFiles)},
53
+ i18n: ${initialI18nAssets}
54
54
  }
55
55
  }`;
56
56
  return initialAssetsFuncTemplate;
@@ -62,7 +62,7 @@ function getI18nAssetsForChunkAsArrayStr({
62
62
  i18nStore,
63
63
  i18nFileNameTemplate
64
64
  })).filter(Boolean);
65
- return `${JSON.stringify(i18nAssetsUrlTemplates)}.map(urlPath => urlPath.replace(/@locale@/g, lang))`;
65
+ return `${JSON.stringify(i18nAssetsUrlTemplates)}`;
66
66
  }
67
67
 
68
68
  function getI18nAssetForChunkAsStr({