@openedx/frontend-base 1.0.0-alpha.0 → 1.0.0-alpha.2

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 (164) hide show
  1. package/config/types.js +0 -2
  2. package/config/webpack/plugins/html-webpack-new-relic-plugin/test/HtmlWebpackNewRelicPlugin.test.js +66 -0
  3. package/package.json +8 -1
  4. package/runtime/__mocks__/file.js +1 -0
  5. package/runtime/__mocks__/svg.js +1 -0
  6. package/runtime/__mocks__/universal-cookie.js +6 -0
  7. package/runtime/analytics/interface.test.js +242 -0
  8. package/runtime/auth/AxiosJwtAuthService.test.jsx +1076 -0
  9. package/runtime/auth/interceptors/createRetryInterceptor.test.js +23 -0
  10. package/runtime/config/getExternalLinkUrl.test.js +76 -0
  11. package/runtime/i18n/lib.test.js +230 -0
  12. package/runtime/initialize.async.function.config.test.js +43 -0
  13. package/runtime/initialize.const.config.test.js +41 -0
  14. package/runtime/initialize.function.config.test.js +41 -0
  15. package/runtime/initialize.test.js +356 -0
  16. package/runtime/logging/NewRelicLoggingService.test.js +214 -0
  17. package/runtime/react/AuthenticatedPageRoute.test.jsx +135 -0
  18. package/runtime/react/ErrorBoundary.test.jsx +83 -0
  19. package/runtime/react/SiteProvider.test.jsx +66 -0
  20. package/runtime/react/hooks.test.jsx +104 -0
  21. package/runtime/routing/utils.test.ts +7 -0
  22. package/runtime/scripts/GoogleAnalyticsLoader.test.ts +77 -0
  23. package/runtime/site.config.test.tsx +33 -0
  24. package/runtime/slots/Slot.test.tsx +40 -0
  25. package/runtime/slots/layout/DefaultSlotLayout.test.tsx +31 -0
  26. package/runtime/slots/layout/hooks.test.tsx +178 -0
  27. package/runtime/slots/layout/utils.test.ts +67 -0
  28. package/runtime/slots/types.ts +1 -0
  29. package/runtime/slots/utils.test.ts +64 -0
  30. package/runtime/slots/utils.ts +28 -9
  31. package/runtime/testing/initializeMockApp.test.ts +66 -0
  32. package/runtime/utils.test.js +116 -0
  33. package/shell/Logo.test.tsx +32 -0
  34. package/shell/__mocks__/file.js +1 -0
  35. package/shell/__mocks__/svg.js +1 -0
  36. package/shell/__mocks__/universal-cookie.js +6 -0
  37. package/shell/app.ts +14 -0
  38. package/shell/dev/devHome/app.ts +2 -2
  39. package/shell/dev/slotShowcase/app.tsx +9 -9
  40. package/shell/header/app.tsx +3 -3
  41. package/shell/router/createRouter.test.tsx +50 -0
  42. package/shell/router/getAppRoutes.test.tsx +59 -0
  43. package/shell/site.config.dev.tsx +3 -3
  44. package/shell/site.config.test.tsx +16 -0
  45. package/tools/dist/cli/intl-imports.test.js +146 -0
  46. package/tools/dist/cli/openedx.js +1 -15
  47. package/tools/dist/cli/utils/printUsage.js +0 -9
  48. package/tools/dist/types.js +0 -2
  49. package/tools/dist/webpack/plugins/html-webpack-new-relic-plugin/test/HtmlWebpackNewRelicPlugin.test.js +66 -0
  50. package/types.ts +1 -1
  51. package/eslint.config.js +0 -18
  52. package/frontend-base.d.ts +0 -8
  53. package/jest.config.js +0 -7
  54. package/openedx-frontend-base.tgz +0 -0
  55. package/test-site/app.d.ts +0 -15
  56. package/test-site/dist/176.436443549ebb858db483.js +0 -2
  57. package/test-site/dist/176.436443549ebb858db483.js.map +0 -1
  58. package/test-site/dist/362.536eff787d2380fe246c.js +0 -2
  59. package/test-site/dist/362.536eff787d2380fe246c.js.map +0 -1
  60. package/test-site/dist/653.486966b108d224551296.js +0 -2
  61. package/test-site/dist/653.486966b108d224551296.js.map +0 -1
  62. package/test-site/dist/74e025d3fe9a7b7f8503054e2563b353.jpg +0 -0
  63. package/test-site/dist/806.323cf6496ad0a7fe73a7.js +0 -3
  64. package/test-site/dist/806.323cf6496ad0a7fe73a7.js.LICENSE.txt +0 -106
  65. package/test-site/dist/806.323cf6496ad0a7fe73a7.js.map +0 -1
  66. package/test-site/dist/95ec738c0b7faac5b5c9126794446bbd.svg +0 -4
  67. package/test-site/dist/app.612058b36c74787759ac.css +0 -61
  68. package/test-site/dist/app.612058b36c74787759ac.css.map +0 -1
  69. package/test-site/dist/app.612058b36c74787759ac.js +0 -2
  70. package/test-site/dist/app.612058b36c74787759ac.js.map +0 -1
  71. package/test-site/dist/cb28cdb1468c915e27e5cec9af64f22f.svg +0 -1
  72. package/test-site/dist/index.html +0 -1
  73. package/test-site/dist/report.html +0 -39
  74. package/test-site/dist/runtime.c7aeaf7b967496cb076f.js +0 -2
  75. package/test-site/dist/runtime.c7aeaf7b967496cb076f.js.map +0 -1
  76. package/test-site/eslint.config.js +0 -12
  77. package/test-site/package-lock.json +0 -19226
  78. package/test-site/package.json +0 -29
  79. package/test-site/public/index.html +0 -10
  80. package/test-site/site.config.build.tsx +0 -27
  81. package/test-site/site.config.dev.tsx +0 -27
  82. package/test-site/src/authenticated-page/AuthenticatedPage.tsx +0 -18
  83. package/test-site/src/authenticated-page/i18n/index.ts +0 -27
  84. package/test-site/src/authenticated-page/index.tsx +0 -28
  85. package/test-site/src/example-page/ExamplePage.tsx +0 -79
  86. package/test-site/src/example-page/Image.tsx +0 -11
  87. package/test-site/src/example-page/ParagonPreview.jsx +0 -66
  88. package/test-site/src/example-page/apple.jpg +0 -0
  89. package/test-site/src/example-page/apple.svg +0 -1
  90. package/test-site/src/example-page/index.ts +0 -16
  91. package/test-site/src/i18n/README.md +0 -3
  92. package/test-site/src/i18n/messages/frontend-app-sample/ar.json +0 -4
  93. package/test-site/src/i18n/messages/frontend-app-sample/eo.json +0 -1
  94. package/test-site/src/i18n/messages/frontend-app-sample/es_419.json +0 -4
  95. package/test-site/src/i18n/messages/frontend-component-emptylangs/ar.json +0 -1
  96. package/test-site/src/i18n/messages/frontend-component-singlelang/ar.json +0 -3
  97. package/test-site/src/iframe-widget/IframeWidget.tsx +0 -14
  98. package/test-site/src/iframe-widget/index.ts +0 -16
  99. package/test-site/src/index.tsx +0 -3
  100. package/test-site/src/messages.js +0 -11
  101. package/test-site/src/site.scss +0 -11
  102. package/test-site/tsconfig.json +0 -14
  103. package/tools/babel/babel.config.js +0 -27
  104. package/tools/babel.config.js +0 -3
  105. package/tools/cli/README.md +0 -29
  106. package/tools/cli/commands/pack.ts +0 -9
  107. package/tools/cli/commands/release.ts +0 -27
  108. package/tools/cli/commands/serve.ts +0 -43
  109. package/tools/cli/intl-imports.ts +0 -274
  110. package/tools/cli/openedx.ts +0 -101
  111. package/tools/cli/transifex-utils.ts +0 -75
  112. package/tools/cli/utils/ensureConfigFilenameOption.ts +0 -40
  113. package/tools/cli/utils/formatter.ts +0 -10
  114. package/tools/cli/utils/getResolvedConfigPath.ts +0 -23
  115. package/tools/cli/utils/prettyPrintTitle.ts +0 -15
  116. package/tools/cli/utils/printUsage.ts +0 -53
  117. package/tools/config-helpers/createConfig.ts +0 -8
  118. package/tools/config-helpers/createLintConfig.ts +0 -14
  119. package/tools/config-helpers/getBaseConfig.ts +0 -11
  120. package/tools/defaultConfigPaths.ts +0 -30
  121. package/tools/dist/cli/commands/pack.js +0 -14
  122. package/tools/dist/cli/commands/release.js +0 -28
  123. package/tools/eslint/base.eslint.config.js +0 -124
  124. package/tools/eslint/modules.d.ts +0 -5
  125. package/tools/eslint.config.js +0 -15
  126. package/tools/index.ts +0 -3
  127. package/tools/jest/jest.config.js +0 -30
  128. package/tools/jest.config.js +0 -19
  129. package/tools/tsconfig.json +0 -24
  130. package/tools/types.ts +0 -21
  131. package/tools/typescript/tsconfig.json +0 -32
  132. package/tools/webpack/common-config/README.md +0 -15
  133. package/tools/webpack/common-config/all/getCodeRules.ts +0 -51
  134. package/tools/webpack/common-config/all/getFileLoaderRules.ts +0 -23
  135. package/tools/webpack/common-config/all/getIgnoreWarnings.ts +0 -13
  136. package/tools/webpack/common-config/all/getImageMinimizer.ts +0 -26
  137. package/tools/webpack/common-config/all/getStylesheetRule.ts +0 -111
  138. package/tools/webpack/common-config/dev/getDevServer.ts +0 -35
  139. package/tools/webpack/common-config/index.ts +0 -6
  140. package/tools/webpack/common-config/site/getHtmlWebpackPlugin.ts +0 -11
  141. package/tools/webpack/modules.d.ts +0 -6
  142. package/tools/webpack/plugins/html-webpack-new-relic-plugin/HtmlWebpackNewRelicPlugin.ts +0 -102
  143. package/tools/webpack/plugins/html-webpack-new-relic-plugin/LICENSE +0 -21
  144. package/tools/webpack/plugins/html-webpack-new-relic-plugin/README.md +0 -7
  145. package/tools/webpack/plugins/html-webpack-new-relic-plugin/index.js +0 -3
  146. package/tools/webpack/plugins/html-webpack-new-relic-plugin/test/fixtures/entry.js +0 -1
  147. package/tools/webpack/plugins/paragon-webpack-plugin/ParagonWebpackPlugin.ts +0 -134
  148. package/tools/webpack/plugins/paragon-webpack-plugin/index.ts +0 -3
  149. package/tools/webpack/plugins/paragon-webpack-plugin/utils/assetUtils.ts +0 -71
  150. package/tools/webpack/plugins/paragon-webpack-plugin/utils/htmlUtils.ts +0 -72
  151. package/tools/webpack/plugins/paragon-webpack-plugin/utils/index.ts +0 -6
  152. package/tools/webpack/plugins/paragon-webpack-plugin/utils/paragonStylesheetUtils.ts +0 -131
  153. package/tools/webpack/plugins/paragon-webpack-plugin/utils/scriptUtils.ts +0 -144
  154. package/tools/webpack/plugins/paragon-webpack-plugin/utils/stylesheetUtils.ts +0 -106
  155. package/tools/webpack/plugins/paragon-webpack-plugin/utils/tagUtils.ts +0 -54
  156. package/tools/webpack/types.ts +0 -69
  157. package/tools/webpack/utils/getLocalAliases.ts +0 -65
  158. package/tools/webpack/utils/getPublicPath.ts +0 -3
  159. package/tools/webpack/utils/getResolvedSiteConfigPath.ts +0 -28
  160. package/tools/webpack/utils/paragonUtils.ts +0 -152
  161. package/tools/webpack/webpack.config.build.ts +0 -93
  162. package/tools/webpack/webpack.config.dev.shell.ts +0 -122
  163. package/tools/webpack/webpack.config.dev.ts +0 -90
  164. package/tsconfig.json +0 -23
@@ -1,93 +0,0 @@
1
- import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
2
- import MiniCssExtractPlugin from 'mini-css-extract-plugin';
3
- import path from 'path';
4
- import { Configuration } from 'webpack';
5
- import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';
6
- import RemoveEmptyScriptsPlugin from 'webpack-remove-empty-scripts';
7
-
8
- import {
9
- getCodeRules,
10
- getFileLoaderRules,
11
- getHtmlWebpackPlugin,
12
- getImageMinimizer,
13
- getStylesheetRule
14
- } from './common-config';
15
-
16
- import ParagonWebpackPlugin from './plugins/paragon-webpack-plugin/ParagonWebpackPlugin';
17
-
18
- import getLocalAliases from './utils/getLocalAliases';
19
- import getPublicPath from './utils/getPublicPath';
20
- import getResolvedSiteConfigPath from './utils/getResolvedSiteConfigPath';
21
- import {
22
- getParagonCacheGroups,
23
- getParagonEntryPoints,
24
- getParagonThemeCss,
25
- } from './utils/paragonUtils';
26
-
27
- const paragonThemeCss = getParagonThemeCss(process.cwd());
28
- const brandThemeCss = getParagonThemeCss(process.cwd(), { isBrandOverride: true });
29
- const aliases = getLocalAliases();
30
- const resolvedSiteConfigPath = getResolvedSiteConfigPath('site.config.build.tsx');
31
-
32
- const config: Configuration = {
33
- mode: 'production',
34
- devtool: 'source-map',
35
- entry: {
36
- app: path.resolve(process.cwd(), 'node_modules/@openedx/frontend-base/shell/site'),
37
- ...getParagonEntryPoints(paragonThemeCss),
38
- ...getParagonEntryPoints(brandThemeCss),
39
- },
40
- output: {
41
- filename: '[name].[chunkhash].js',
42
- path: path.resolve(process.cwd(), 'dist'),
43
- publicPath: getPublicPath(),
44
- clean: true, // Clean the output directory before emit.
45
- },
46
- resolve: {
47
- alias: {
48
- ...aliases,
49
- 'site.config': resolvedSiteConfigPath,
50
- },
51
- extensions: ['.js', '.jsx', '.ts', '.tsx'],
52
- },
53
- module: {
54
- rules: [
55
- ...getCodeRules('production', resolvedSiteConfigPath),
56
- getStylesheetRule('production'),
57
- ...getFileLoaderRules(),
58
- ],
59
- },
60
- // Extract common modules among all chunks to one common chunk and extract the Webpack runtime to a single runtime chunk.
61
- optimization: {
62
- runtimeChunk: 'single',
63
- splitChunks: {
64
- chunks: 'all',
65
- cacheGroups: {
66
- ...getParagonCacheGroups(paragonThemeCss),
67
- ...getParagonCacheGroups(brandThemeCss),
68
- },
69
- },
70
- minimizer: getImageMinimizer(),
71
- },
72
- // Specify additional processing or side-effects done on the Webpack output bundles as a whole.
73
- plugins: [
74
- // RemoveEmptyScriptsPlugin get rid of empty scripts generated by webpack when using mini-css-extract-plugin
75
- // This helps to clean up the final bundle application
76
- // See: https://www.npmjs.com/package/webpack-remove-empty-scripts#usage-with-mini-css-extract-plugin
77
-
78
- new RemoveEmptyScriptsPlugin(),
79
- // Writes the extracted CSS from each entry to a file in the output directory.
80
- new ParagonWebpackPlugin(),
81
- new MiniCssExtractPlugin({
82
- filename: '[name].[chunkhash].css',
83
- }),
84
- getHtmlWebpackPlugin(),
85
- new ForkTsCheckerWebpackPlugin(),
86
- new BundleAnalyzerPlugin({
87
- analyzerMode: 'static',
88
- openAnalyzer: false,
89
- }),
90
- ],
91
- };
92
-
93
- export default config;
@@ -1,122 +0,0 @@
1
- import { transform } from '@formatjs/ts-transformer';
2
- import ReactRefreshWebpackPlugin from '@pmmmwh/react-refresh-webpack-plugin';
3
- import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
4
- import MiniCssExtractPlugin from 'mini-css-extract-plugin';
5
- import path from 'path';
6
- import ReactRefreshTypeScript from 'react-refresh-typescript';
7
- import { Configuration } from 'webpack';
8
- import RemoveEmptyScriptsPlugin from 'webpack-remove-empty-scripts';
9
-
10
- import {
11
- getDevServer,
12
- getFileLoaderRules,
13
- getImageMinimizer,
14
- getStylesheetRule
15
- } from './common-config';
16
-
17
- import ParagonWebpackPlugin from './plugins/paragon-webpack-plugin/ParagonWebpackPlugin';
18
-
19
- import HtmlWebpackPlugin from 'html-webpack-plugin';
20
- import getLocalAliases from './utils/getLocalAliases';
21
- import getPublicPath from './utils/getPublicPath';
22
- import getResolvedSiteConfigPath from './utils/getResolvedSiteConfigPath';
23
- import {
24
- getParagonCacheGroups,
25
- getParagonEntryPoints,
26
- getParagonThemeCss,
27
- } from './utils/paragonUtils';
28
-
29
- const paragonThemeCss = getParagonThemeCss(process.cwd());
30
- const brandThemeCss = getParagonThemeCss(process.cwd(), { isBrandOverride: true });
31
- const aliases = getLocalAliases();
32
- const resolvedSiteConfigPath = getResolvedSiteConfigPath('shell/site.config.dev.tsx');
33
-
34
- const config: Configuration = {
35
- entry: {
36
- app: path.resolve(process.cwd(), 'shell/site'),
37
- ...getParagonEntryPoints(paragonThemeCss),
38
- ...getParagonEntryPoints(brandThemeCss),
39
- },
40
- output: {
41
- path: path.resolve(process.cwd(), './dist'),
42
- publicPath: getPublicPath(),
43
- },
44
- resolve: {
45
- alias: {
46
- ...aliases,
47
- 'site.config': resolvedSiteConfigPath,
48
- },
49
- extensions: ['.js', '.jsx', '.ts', '.tsx'],
50
- },
51
- mode: 'development',
52
- devtool: 'eval-source-map',
53
- module: {
54
- rules: [
55
- {
56
- test: /\.(js|jsx|ts|tsx)$/,
57
- include: [
58
- /shell/,
59
- /runtime/,
60
- path.resolve(process.cwd(), 'types'),
61
- resolvedSiteConfigPath,
62
- ],
63
- use: {
64
- loader: require.resolve('ts-loader'),
65
- options: {
66
- transpileOnly: true,
67
- compilerOptions: {
68
- noEmit: false,
69
- },
70
- getCustomTransformers() {
71
- return {
72
- before: [
73
- transform({
74
- overrideIdFn: '[sha512:contenthash:base64:6]',
75
- }),
76
- ReactRefreshTypeScript()
77
- ],
78
- };
79
- },
80
- },
81
- },
82
- },
83
- getStylesheetRule('dev'),
84
- ...getFileLoaderRules(),
85
- ],
86
- },
87
- optimization: {
88
- splitChunks: {
89
- chunks: 'all',
90
- cacheGroups: {
91
- ...getParagonCacheGroups(paragonThemeCss),
92
- ...getParagonCacheGroups(brandThemeCss),
93
- },
94
- },
95
- minimizer: getImageMinimizer(),
96
- },
97
- // Specify additional processing or side-effects done on the Webpack output bundles as a whole.
98
- plugins: [
99
- // RemoveEmptyScriptsPlugin get rid of empty scripts generated by webpack when using mini-css-extract-plugin
100
- // This helps to clean up the final bundle application
101
- // See: https://www.npmjs.com/package/webpack-remove-empty-scripts#usage-with-mini-css-extract-plugin
102
- new RemoveEmptyScriptsPlugin(),
103
- new ParagonWebpackPlugin(),
104
- // Writes the extracted CSS from each entry to a file in the output directory.
105
- new MiniCssExtractPlugin({
106
- filename: '[name].css',
107
- }),
108
- new HtmlWebpackPlugin({
109
- inject: true, // Appends script tags linking to the webpack bundles at the end of the body
110
- template: path.resolve(process.cwd(), 'shell/public/index.html'),
111
- chunks: ['app'],
112
- }),
113
- new ReactRefreshWebpackPlugin(),
114
- new ForkTsCheckerWebpackPlugin(),
115
- ],
116
- // This configures webpack-dev-server which serves bundles from memory and provides live
117
- // reloading.
118
-
119
- devServer: getDevServer(),
120
- };
121
-
122
- export default config;
@@ -1,90 +0,0 @@
1
- import ReactRefreshWebpackPlugin from '@pmmmwh/react-refresh-webpack-plugin';
2
- import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
3
- import MiniCssExtractPlugin from 'mini-css-extract-plugin';
4
- import path from 'path';
5
- import { Configuration } from 'webpack';
6
- import RemoveEmptyScriptsPlugin from 'webpack-remove-empty-scripts';
7
-
8
- import {
9
- getCodeRules,
10
- getDevServer,
11
- getFileLoaderRules,
12
- getHtmlWebpackPlugin,
13
- getImageMinimizer,
14
- getStylesheetRule
15
- } from './common-config';
16
-
17
- import ParagonWebpackPlugin from './plugins/paragon-webpack-plugin/ParagonWebpackPlugin';
18
-
19
- import getLocalAliases from './utils/getLocalAliases';
20
- import getPublicPath from './utils/getPublicPath';
21
- import getResolvedSiteConfigPath from './utils/getResolvedSiteConfigPath';
22
- import {
23
- getParagonCacheGroups,
24
- getParagonEntryPoints,
25
- getParagonThemeCss,
26
- } from './utils/paragonUtils';
27
-
28
- const paragonThemeCss = getParagonThemeCss(process.cwd());
29
- const brandThemeCss = getParagonThemeCss(process.cwd(), { isBrandOverride: true });
30
- const aliases = getLocalAliases();
31
- const resolvedSiteConfigPath = getResolvedSiteConfigPath('site.config.dev.tsx');
32
-
33
- const config: Configuration = {
34
- entry: {
35
- app: path.resolve(process.cwd(), 'node_modules/@openedx/frontend-base/shell/site'),
36
- ...getParagonEntryPoints(paragonThemeCss),
37
- ...getParagonEntryPoints(brandThemeCss),
38
- },
39
- output: {
40
- path: path.resolve(process.cwd(), './dist'),
41
- publicPath: getPublicPath(),
42
- },
43
- resolve: {
44
- alias: {
45
- ...aliases,
46
- 'site.config': resolvedSiteConfigPath,
47
- },
48
- extensions: ['.js', '.jsx', '.ts', '.tsx'],
49
- },
50
- mode: 'development',
51
- devtool: 'eval-source-map',
52
- module: {
53
- rules: [
54
- ...getCodeRules('dev', resolvedSiteConfigPath),
55
- getStylesheetRule('dev'),
56
- ...getFileLoaderRules(),
57
- ],
58
- },
59
- optimization: {
60
- splitChunks: {
61
- chunks: 'all',
62
- cacheGroups: {
63
- ...getParagonCacheGroups(paragonThemeCss),
64
- ...getParagonCacheGroups(brandThemeCss),
65
- },
66
- },
67
- minimizer: getImageMinimizer(),
68
- },
69
- // Specify additional processing or side-effects done on the Webpack output bundles as a whole.
70
- plugins: [
71
- // RemoveEmptyScriptsPlugin get rid of empty scripts generated by webpack when using mini-css-extract-plugin
72
- // This helps to clean up the final bundle application
73
- // See: https://www.npmjs.com/package/webpack-remove-empty-scripts#usage-with-mini-css-extract-plugin
74
- new RemoveEmptyScriptsPlugin(),
75
- new ParagonWebpackPlugin(),
76
- // Writes the extracted CSS from each entry to a file in the output directory.
77
- new MiniCssExtractPlugin({
78
- filename: '[name].css',
79
- }),
80
- getHtmlWebpackPlugin(),
81
- new ReactRefreshWebpackPlugin(),
82
- new ForkTsCheckerWebpackPlugin(),
83
- ],
84
- // This configures webpack-dev-server which serves bundles from memory and provides live
85
- // reloading.
86
-
87
- devServer: getDevServer(),
88
- };
89
-
90
- export default config;
package/tsconfig.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "extends": "./tools/typescript/tsconfig.json",
3
- "compilerOptions": {
4
- "rootDir": ".",
5
- "outDir": "dist",
6
- },
7
- "include": [
8
- "runtime/**/*",
9
- "shell/**/*",
10
- "index.ts",
11
- "jest.config.js",
12
- "babel.config.js",
13
- "eslint.config.js",
14
- "frontend-base.d.ts",
15
- ],
16
- "exclude": [
17
- "test-site/**/*",
18
- "dist/**/*",
19
- "coverage/**/*",
20
- "tools/**/*",
21
- "config/**/*",
22
- ],
23
- }