@zohodesk/client_build_tool 0.0.6 → 0.0.7

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 (88) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +13 -0
  3. package/lib/schemas/defaultConfigValues.js +23 -1
  4. package/lib/schemas/readOptions.js +33 -0
  5. package/lib/shared/babel/babelWebConfig.js +4 -1
  6. package/lib/shared/babel/runBabelForTsFile.js +30 -0
  7. package/lib/shared/bundler/webpack/common/decidePublicPath.js +5 -0
  8. package/lib/shared/bundler/webpack/common/nameTemplates.js +13 -9
  9. package/lib/shared/bundler/webpack/custom_plugins/{CdnChangePlugin.js → CdnChangePlugin/index.js} +29 -5
  10. package/lib/shared/bundler/webpack/custom_plugins/CdnChangePlugin/webpackCustomJsUrlLoader.js +46 -0
  11. package/lib/shared/bundler/webpack/custom_plugins/CustomScriptLoadingPlugin.js +109 -0
  12. package/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/getI18nLoadingRuntimeModule.js +1 -1
  13. package/lib/shared/bundler/webpack/custom_plugins/InitialHtmlPlugin.js +4 -0
  14. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/addFilesNamesToManifestJson.js +8 -2
  15. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/createInitialEntries.js +7 -1
  16. package/lib/shared/bundler/webpack/custom_plugins/ManifestJsonPlugin/createManifestJson.js +1 -1
  17. package/lib/shared/bundler/webpack/custom_plugins/ResourceHintsPlugin.js +1 -0
  18. package/lib/shared/bundler/webpack/custom_plugins/ServiceWorkerPlugin.js +5 -1
  19. package/lib/shared/bundler/webpack/custom_plugins/ServiceWorkerPluginUtils.js +13 -0
  20. package/lib/shared/bundler/webpack/custom_plugins/SourceMapPlugin/index.js +20 -2
  21. package/lib/shared/bundler/webpack/custom_plugins/TPHashMappingPlugin/index.js +1 -1
  22. package/lib/shared/bundler/webpack/custom_plugins/getInitialAssetsFuncTemplate.js +4 -4
  23. package/lib/shared/bundler/webpack/devtoolConfig.js +4 -1
  24. package/lib/shared/bundler/webpack/externals.js +5 -1
  25. package/lib/shared/bundler/webpack/loaderConfigs/configsAssetsLoaders.js +1 -1
  26. package/lib/shared/bundler/webpack/loaderConfigs/cssClassNameGenerate.js +6 -1
  27. package/lib/shared/bundler/webpack/optimizationConfig.js +15 -2
  28. package/lib/shared/bundler/webpack/pluginConfigs/configCSSMinifierPlugin.js +5 -1
  29. package/lib/shared/bundler/webpack/pluginConfigs/configCustomScriptLoadingStrategyPlugin.js +76 -0
  30. package/lib/shared/bundler/webpack/pluginConfigs/configI18nSplitPlugin.js +1 -1
  31. package/lib/shared/bundler/webpack/pluginConfigs/configManifestJsonPlugin.js +25 -13
  32. package/lib/shared/bundler/webpack/pluginConfigs/configMiniCSSExtractPlugin.js +2 -1
  33. package/lib/shared/bundler/webpack/plugins.js +3 -1
  34. package/lib/shared/bundler/webpack/resolvers.js +2 -1
  35. package/lib/shared/bundler/webpack/tsLoaders.js +17 -0
  36. package/lib/shared/bundler/webpack/utils/index.js +6 -1
  37. package/lib/shared/bundler/webpack/webpackConfig.js +3 -1
  38. package/lib/shared/fileUtils/watchRun.js +13 -1
  39. package/lib/shared/postcss/custom_postcss_plugins/ValueReplacer.js +1 -1
  40. package/lib/shared/postcss/custom_postcss_plugins/VariableModificationPlugin/index.js +4 -0
  41. package/lib/shared/server/getServerURL.js +9 -2
  42. package/npm-shrinkwrap.json +412 -7328
  43. package/package.json +5 -2
  44. package/coverage/addFilesNamesToManifestJson.js.html +0 -148
  45. package/coverage/base.css +0 -224
  46. package/coverage/block-navigation.js +0 -87
  47. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/addFilesNamesToManifestJson.js.html +0 -148
  48. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/createInitialEntries.js.html +0 -136
  49. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/createManifestJson.js.html +0 -181
  50. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/findInitialFileNames.js.html +0 -133
  51. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/index.html +0 -146
  52. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/index.js.html +0 -199
  53. package/coverage/bundler/webpack/custom_plugins/AddManifestJson/removeHashFromFileName.js.html +0 -127
  54. package/coverage/bundler/webpack/custom_plugins/VariableConversionCollector/ErrorHandler.js.html +0 -346
  55. package/coverage/bundler/webpack/custom_plugins/VariableConversionCollector/index.html +0 -116
  56. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/constants.js.html +0 -94
  57. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/handleIgnores.js.html +0 -259
  58. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/index.html +0 -236
  59. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/index.js.html +0 -442
  60. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/insertBefore.js.html +0 -154
  61. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/isPreviouslyProcessed.js.html +0 -142
  62. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/replaceUtils.js.html +0 -127
  63. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/separateHoveredSelectorAndNormalSelector.js.html +0 -139
  64. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/specialCases.js.html +0 -184
  65. package/coverage/bundler/webpack/custom_postcss_plugins/HoverActivePlugin/typeCheckUtils.js.html +0 -193
  66. package/coverage/bundler/webpack/custom_postcss_plugins/SelectorReplace.js.html +0 -292
  67. package/coverage/bundler/webpack/custom_postcss_plugins/ValueReplacer.js.html +0 -223
  68. package/coverage/bundler/webpack/custom_postcss_plugins/VariableModificationPlugin/index.html +0 -116
  69. package/coverage/bundler/webpack/custom_postcss_plugins/VariableModificationPlugin/index.js.html +0 -1126
  70. package/coverage/bundler/webpack/custom_postcss_plugins/index.html +0 -131
  71. package/coverage/bundler/webpack/loaderConfigs/getSpecificPostCssPlugin.js.html +0 -247
  72. package/coverage/bundler/webpack/loaderConfigs/index.html +0 -116
  73. package/coverage/coverage-final.json +0 -4
  74. package/coverage/coverage-summary.json +0 -5
  75. package/coverage/createInitialEntries.js.html +0 -136
  76. package/coverage/dummy.js.html +0 -238
  77. package/coverage/favicon.png +0 -0
  78. package/coverage/index.html +0 -146
  79. package/coverage/index.js.html +0 -169
  80. package/coverage/isObject.js.html +0 -94
  81. package/coverage/isValid.js.html +0 -106
  82. package/coverage/prettify.css +0 -1
  83. package/coverage/prettify.js +0 -2
  84. package/coverage/removeHashFromFileName.js.html +0 -127
  85. package/coverage/sort-arrow-sprite.png +0 -0
  86. package/coverage/sorter.js +0 -196
  87. package/result.json +0 -1
  88. package/unittest/index.html +0 -35

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.