dothtml 5.2.1 → 5.2.3

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 (94) hide show
  1. package/lib/dothtml.js +1 -1
  2. package/package.json +2 -1
  3. package/.vscode/launch.json +0 -34
  4. package/.vscode/settings.json +0 -6
  5. package/azure-pipelines.yml +0 -14
  6. package/babel.config.js +0 -1
  7. package/jest.config.ts +0 -207
  8. package/lib/arg-callback-obj.d.ts +0 -29
  9. package/lib/built-in-components/nav-link.d.ts +0 -8
  10. package/lib/built-in-components/router.d.ts +0 -57
  11. package/lib/component.d.ts +0 -82
  12. package/lib/dot-util.d.ts +0 -26
  13. package/lib/dot.d.ts +0 -5
  14. package/lib/dothtml.d.ts +0 -25
  15. package/lib/dothtml.js.LICENSE.txt +0 -1
  16. package/lib/err.d.ts +0 -2
  17. package/lib/event-bus.d.ts +0 -10
  18. package/lib/i-dot.d.ts +0 -674
  19. package/lib/node-polyfill.d.ts +0 -2
  20. package/lib/observable-array.d.ts +0 -49
  21. package/lib/styling/css-types.ts/css-angle.d.ts +0 -7
  22. package/lib/styling/css-types.ts/css-color.d.ts +0 -9
  23. package/lib/styling/css-types.ts/css-complex.d.ts +0 -7
  24. package/lib/styling/css-types.ts/css-data-type.d.ts +0 -5
  25. package/lib/styling/css-types.ts/css-filter.d.ts +0 -22
  26. package/lib/styling/css-types.ts/css-length.d.ts +0 -7
  27. package/lib/styling/css-types.ts/css-number.d.ts +0 -6
  28. package/lib/styling/css-types.ts/css-percentage.d.ts +0 -5
  29. package/lib/styling/css-types.ts/css-transform.d.ts +0 -38
  30. package/lib/styling/css-types.ts/css-unknown.d.ts +0 -6
  31. package/lib/styling/css-types.ts/css-url.d.ts +0 -6
  32. package/lib/styling/i-dotcss.d.ts +0 -1069
  33. package/lib/styling/style-builder.d.ts +0 -24
  34. package/lib/styling/unit-function-tables.d.ts +0 -10
  35. package/out.md +0 -1340
  36. package/src/arg-callback-obj.ts +0 -76
  37. package/src/built-in-components/nav-link.ts +0 -21
  38. package/src/built-in-components/router.ts +0 -315
  39. package/src/component.ts +0 -415
  40. package/src/dot-util.ts +0 -69
  41. package/src/dot.ts +0 -1147
  42. package/src/dothtml.ts +0 -37
  43. package/src/err.ts +0 -22
  44. package/src/event-bus.ts +0 -39
  45. package/src/i-dot.ts +0 -787
  46. package/src/node-polyfill.ts +0 -11
  47. package/src/observable-array.ts +0 -289
  48. package/src/styling/css-types.ts/css-angle.ts +0 -18
  49. package/src/styling/css-types.ts/css-color.ts +0 -233
  50. package/src/styling/css-types.ts/css-complex.ts +0 -20
  51. package/src/styling/css-types.ts/css-data-type.ts +0 -9
  52. package/src/styling/css-types.ts/css-filter.ts +0 -134
  53. package/src/styling/css-types.ts/css-length.ts +0 -20
  54. package/src/styling/css-types.ts/css-number.ts +0 -12
  55. package/src/styling/css-types.ts/css-percentage.ts +0 -10
  56. package/src/styling/css-types.ts/css-transform.ts +0 -220
  57. package/src/styling/css-types.ts/css-unknown.ts +0 -13
  58. package/src/styling/css-types.ts/css-url.ts +0 -41
  59. package/src/styling/i-dotcss.ts +0 -1181
  60. package/src/styling/style-builder.ts +0 -966
  61. package/src/styling/unit-function-tables.ts +0 -24
  62. package/tsconfig.json +0 -99
  63. package/unittests/advanced-bindings.test.ts +0 -421
  64. package/unittests/array-evaluation.test.ts +0 -7
  65. package/unittests/basic-functionality.test.ts +0 -88
  66. package/unittests/calc.test.ts +0 -6
  67. package/unittests/class-binding.test.ts +0 -227
  68. package/unittests/components/component-decorator.-.ts +0 -14
  69. package/unittests/components/components-data.test.ts +0 -153
  70. package/unittests/components/components.test.ts +0 -258
  71. package/unittests/computed.test.ts +0 -35
  72. package/unittests/core.ts +0 -66
  73. package/unittests/element-and-attribute-coverage.test.ts +0 -472
  74. package/unittests/hooks.test.ts +0 -67
  75. package/unittests/immutable-if.test.ts +0 -19
  76. package/unittests/input-bindings.test.ts +0 -166
  77. package/unittests/integration.test.ts +0 -5
  78. package/unittests/iterations.test.ts +0 -18
  79. package/unittests/logic.test.ts +0 -18
  80. package/unittests/non-function-props-rerender.test.ts +0 -86
  81. package/unittests/refs.test.ts +0 -36
  82. package/unittests/routing.-.ts +0 -56
  83. package/unittests/scopes.test.ts +0 -22
  84. package/unittests/special-tags.test.ts +0 -39
  85. package/unittests/styles.test.ts +0 -9
  86. package/unittests/styling/animations.test.ts +0 -14
  87. package/unittests/styling/filters.test.ts +0 -23
  88. package/unittests/styling/inline-styling.test.ts +0 -18
  89. package/unittests/styling/pseudo-selectors.test.ts +0 -33
  90. package/unittests/styling/transformations.test.ts +0 -234
  91. package/unittests/styling/value-interpretation.test.ts +0 -3
  92. package/unittests/testpage.ts +0 -5
  93. package/unittests/wait.test.ts +0 -31
  94. package/webpack.config.js +0 -28
package/out.md DELETED
@@ -1,1340 +0,0 @@
1
-
2
- > dothtml@4.7.1 test C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml
3
- > webpack & jest "components"
4
-
5
- assets by status 2.86 MiB [cached] 1 asset
6
- 867 modules
7
-
8
- WARNING in ./node_modules/jest-worker/build/WorkerPool.js 22:4-29
9
- Module not found: Error: Can't resolve 'worker_threads' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build'
10
- @ ./node_modules/jest-worker/build/index.js 38:41-64
11
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
12
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
13
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
14
- @ ./node_modules/webpack/lib/index.js 328:10-66
15
- @ ./src/index.js 7:0-39
16
-
17
- WARNING in ./node_modules/jest-worker/build/base/BaseWorkerPool.js 119:19-46
18
- Critical dependency: the request of a dependency is an expression
19
- @ ./node_modules/jest-worker/build/WorkerPool.js 8:45-77
20
- @ ./node_modules/jest-worker/build/index.js 38:41-64
21
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
22
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
23
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
24
- @ ./node_modules/webpack/lib/index.js 328:10-66
25
- @ ./src/index.js 7:0-39
26
-
27
- WARNING in ./node_modules/jest-worker/build/index.js 68:19-38
28
- Critical dependency: the request of a dependency is an expression
29
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
30
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
31
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
32
- @ ./node_modules/webpack/lib/index.js 328:10-66
33
- @ ./src/index.js 7:0-39
34
-
35
- WARNING in ./node_modules/jest-worker/build/workers/processChild.js 97:15-28
36
- Critical dependency: the request of a dependency is an expression
37
- @ ./node_modules/jest-worker/build/workers/ChildProcessWorker.js 142:6-39
38
- @ ./node_modules/jest-worker/build/WorkerPool.js 41:15-62
39
- @ ./node_modules/jest-worker/build/index.js 38:41-64
40
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
41
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
42
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
43
- @ ./node_modules/webpack/lib/index.js 328:10-66
44
- @ ./src/index.js 7:0-39
45
-
46
- WARNING in ./node_modules/jest-worker/build/workers/processChild.js 113:15-28
47
- Critical dependency: the request of a dependency is an expression
48
- @ ./node_modules/jest-worker/build/workers/ChildProcessWorker.js 142:6-39
49
- @ ./node_modules/jest-worker/build/WorkerPool.js 41:15-62
50
- @ ./node_modules/jest-worker/build/index.js 38:41-64
51
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
52
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
53
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
54
- @ ./node_modules/webpack/lib/index.js 328:10-66
55
- @ ./src/index.js 7:0-39
56
-
57
- WARNING in ./node_modules/loader-runner/lib/loadLoader.js 7:31-45
58
- Module not found: Error: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\loader-runner\lib'
59
-
60
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
61
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
62
-
63
- If you want to include a polyfill, you need to:
64
- - add a fallback 'resolve.fallback: { "url": require.resolve("url/") }'
65
- - install 'url'
66
- If you don't want to include a polyfill, you can use an empty module like this:
67
- resolve.fallback: { "url": false }
68
- @ ./node_modules/loader-runner/lib/LoaderRunner.js 7:17-40
69
- @ ./node_modules/webpack/lib/NormalModule.js 9:35-59
70
- @ ./node_modules/webpack/lib/index.js 248:9-34
71
- @ ./src/index.js 7:0-39
72
-
73
- WARNING in ./node_modules/loader-runner/lib/loadLoader.js 19:16-36
74
- Critical dependency: the request of a dependency is an expression
75
- @ ./node_modules/loader-runner/lib/LoaderRunner.js 7:17-40
76
- @ ./node_modules/webpack/lib/NormalModule.js 9:35-59
77
- @ ./node_modules/webpack/lib/index.js 248:9-34
78
- @ ./src/index.js 7:0-39
79
-
80
- WARNING in ./node_modules/terser-webpack-plugin/dist/minify.js 279:118-125
81
- Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
82
- @ ./node_modules/terser-webpack-plugin/dist/index.js 26:14-33 288:31-58
83
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
84
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
85
- @ ./node_modules/webpack/lib/index.js 328:10-66
86
- @ ./src/index.js 7:0-39
87
-
88
- WARNING in ./node_modules/webpack/lib/debug/ProfilingPlugin.js 26:13-33
89
- Module not found: Error: Can't resolve 'inspector' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\debug'
90
- @ ./node_modules/webpack/lib/index.js 527:10-44
91
- @ ./src/index.js 7:0-39
92
-
93
- WARNING in ./node_modules/webpack/lib/serialization/ObjectMiddleware.js 636:9-25
94
- Critical dependency: the request of a dependency is an expression
95
- @ ./node_modules/webpack/lib/util/serialization.js 19:1-45
96
- @ ./node_modules/webpack/lib/index.js 539:10-41
97
- @ ./src/index.js 7:0-39
98
-
99
- 10 warnings have detailed information that is not shown.
100
- Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
101
-
102
- ERROR in ./node_modules/chrome-trace-event/dist/trace-event.js 10:17-34
103
- Module not found: Error: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\chrome-trace-event\dist'
104
-
105
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
106
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
107
-
108
- If you want to include a polyfill, you need to:
109
- - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
110
- - install 'stream-browserify'
111
- If you don't want to include a polyfill, you can use an empty module like this:
112
- resolve.fallback: { "stream": false }
113
- @ ./node_modules/webpack/lib/debug/ProfilingPlugin.js 7:19-48
114
- @ ./node_modules/webpack/lib/index.js 527:10-44
115
- @ ./src/index.js 7:0-39
116
-
117
- ERROR in ./node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js 8:13-28
118
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\enhanced-resolve\lib'
119
-
120
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
121
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
122
-
123
- If you want to include a polyfill, you need to:
124
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
125
- - install 'path-browserify'
126
- If you don't want to include a polyfill, you can use an empty module like this:
127
- resolve.fallback: { "path": false }
128
- @ ./node_modules/enhanced-resolve/lib/ResolverFactory.js 20:27-58
129
- @ ./node_modules/enhanced-resolve/lib/index.js 10:24-52
130
- @ ./node_modules/webpack/lib/ResolverFactory.js 8:16-59
131
- @ ./node_modules/webpack/lib/Compiler.js 27:24-52
132
- @ ./node_modules/webpack/lib/index.js 147:9-30
133
- @ ./src/index.js 7:0-39
134
-
135
- ERROR in ./node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js 8:13-28
136
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\enhanced-resolve\lib'
137
-
138
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
139
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
140
-
141
- If you want to include a polyfill, you need to:
142
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
143
- - install 'path-browserify'
144
- If you don't want to include a polyfill, you can use an empty module like this:
145
- resolve.fallback: { "path": false }
146
- @ ./node_modules/enhanced-resolve/lib/ResolverFactory.js 22:27-58
147
- @ ./node_modules/enhanced-resolve/lib/index.js 10:24-52
148
- @ ./node_modules/webpack/lib/ResolverFactory.js 8:16-59
149
- @ ./node_modules/webpack/lib/Compiler.js 27:24-52
150
- @ ./node_modules/webpack/lib/index.js 147:9-30
151
- @ ./src/index.js 7:0-39
152
-
153
- ERROR in ./node_modules/enhanced-resolve/lib/MainFieldPlugin.js 8:13-28
154
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\enhanced-resolve\lib'
155
-
156
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
157
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
158
-
159
- If you want to include a polyfill, you need to:
160
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
161
- - install 'path-browserify'
162
- If you don't want to include a polyfill, you can use an empty module like this:
163
- resolve.fallback: { "path": false }
164
- @ ./node_modules/enhanced-resolve/lib/ResolverFactory.js 25:24-52
165
- @ ./node_modules/enhanced-resolve/lib/index.js 10:24-52
166
- @ ./node_modules/webpack/lib/ResolverFactory.js 8:16-59
167
- @ ./node_modules/webpack/lib/Compiler.js 27:24-52
168
- @ ./node_modules/webpack/lib/index.js 147:9-30
169
- @ ./src/index.js 7:0-39
170
-
171
- ERROR in ./node_modules/enhanced-resolve/lib/util/path.js 8:13-28
172
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\enhanced-resolve\lib\util'
173
- Did you mean './path'?
174
- Requests that should resolve in the current directory need to start with './'.
175
- Requests that start with a name are treated as module requests and resolve within module directories (node_modules).
176
- If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
177
-
178
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
179
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
180
-
181
- If you want to include a polyfill, you need to:
182
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
183
- - install 'path-browserify'
184
- If you don't want to include a polyfill, you can use an empty module like this:
185
- resolve.fallback: { "path": false }
186
- @ ./node_modules/enhanced-resolve/lib/ResolverFactory.js 10:30-52
187
- @ ./node_modules/enhanced-resolve/lib/index.js 10:24-52
188
- @ ./node_modules/webpack/lib/ResolverFactory.js 8:16-59
189
- @ ./node_modules/webpack/lib/Compiler.js 27:24-52
190
- @ ./node_modules/webpack/lib/index.js 147:9-30
191
- @ ./src/index.js 7:0-39
192
-
193
- ERROR in ./node_modules/eslint-scope/lib/index.js 52:15-32
194
- Module not found: Error: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\eslint-scope\lib'
195
-
196
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
197
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
198
-
199
- If you want to include a polyfill, you need to:
200
- - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
201
- - install 'assert'
202
- If you don't want to include a polyfill, you can use an empty module like this:
203
- resolve.fallback: { "assert": false }
204
- @ ./node_modules/webpack/lib/optimize/ConcatenatedModule.js 8:20-43
205
- @ ./node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js 13:27-67
206
- @ ./node_modules/webpack/lib/index.js 189:9-48
207
- @ ./src/index.js 7:0-39
208
-
209
- ERROR in ./node_modules/eslint-scope/lib/referencer.js 35:15-32
210
- Module not found: Error: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\eslint-scope\lib'
211
-
212
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
213
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
214
-
215
- If you want to include a polyfill, you need to:
216
- - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
217
- - install 'assert'
218
- If you don't want to include a polyfill, you can use an empty module like this:
219
- resolve.fallback: { "assert": false }
220
- @ ./node_modules/webpack/lib/optimize/ConcatenatedModule.js 9:19-57
221
- @ ./node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js 13:27-67
222
- @ ./node_modules/webpack/lib/index.js 189:9-48
223
- @ ./src/index.js 7:0-39
224
-
225
- ERROR in ./node_modules/eslint-scope/lib/scope-manager.js 29:15-32
226
- Module not found: Error: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\eslint-scope\lib'
227
-
228
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
229
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
230
-
231
- If you want to include a polyfill, you need to:
232
- - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
233
- - install 'assert'
234
- If you don't want to include a polyfill, you can use an empty module like this:
235
- resolve.fallback: { "assert": false }
236
- @ ./node_modules/eslint-scope/lib/index.js 54:21-47
237
- @ ./node_modules/webpack/lib/optimize/ConcatenatedModule.js 8:20-43
238
- @ ./node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js 13:27-67
239
- @ ./node_modules/webpack/lib/index.js 189:9-48
240
- @ ./src/index.js 7:0-39
241
-
242
- ERROR in ./node_modules/eslint-scope/lib/scope.js 34:15-32
243
- Module not found: Error: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\eslint-scope\lib'
244
-
245
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
246
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
247
-
248
- If you want to include a polyfill, you need to:
249
- - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
250
- - install 'assert'
251
- If you don't want to include a polyfill, you can use an empty module like this:
252
- resolve.fallback: { "assert": false }
253
- @ ./node_modules/eslint-scope/lib/index.js 58:14-38
254
- @ ./node_modules/webpack/lib/optimize/ConcatenatedModule.js 8:20-43
255
- @ ./node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js 13:27-67
256
- @ ./node_modules/webpack/lib/index.js 189:9-48
257
- @ ./src/index.js 7:0-39
258
-
259
- ERROR in ./node_modules/graceful-fs/graceful-fs.js 1:9-22
260
- Module not found: Error: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
261
- @ ./node_modules/webpack/lib/node/NodeEnvironmentPlugin.js 9:11-33
262
- @ ./node_modules/webpack/lib/index.js 458:10-49
263
- @ ./src/index.js 7:0-39
264
-
265
- ERROR in ./node_modules/graceful-fs/graceful-fs.js 6:11-26
266
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
267
-
268
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
269
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
270
-
271
- If you want to include a polyfill, you need to:
272
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
273
- - install 'util'
274
- If you don't want to include a polyfill, you can use an empty module like this:
275
- resolve.fallback: { "util": false }
276
- @ ./node_modules/webpack/lib/node/NodeEnvironmentPlugin.js 9:11-33
277
- @ ./node_modules/webpack/lib/index.js 458:10-49
278
- @ ./src/index.js 7:0-39
279
-
280
- ERROR in ./node_modules/graceful-fs/graceful-fs.js 87:6-29
281
- Module not found: Error: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
282
-
283
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
284
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
285
-
286
- If you want to include a polyfill, you need to:
287
- - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
288
- - install 'assert'
289
- If you don't want to include a polyfill, you can use an empty module like this:
290
- resolve.fallback: { "assert": false }
291
- @ ./node_modules/webpack/lib/node/NodeEnvironmentPlugin.js 9:11-33
292
- @ ./node_modules/webpack/lib/index.js 458:10-49
293
- @ ./src/index.js 7:0-39
294
-
295
- ERROR in ./node_modules/graceful-fs/legacy-streams.js 1:13-37
296
- Module not found: Error: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
297
-
298
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
299
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
300
-
301
- If you want to include a polyfill, you need to:
302
- - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
303
- - install 'stream-browserify'
304
- If you don't want to include a polyfill, you can use an empty module like this:
305
- resolve.fallback: { "stream": false }
306
- @ ./node_modules/graceful-fs/graceful-fs.js 3:13-43
307
- @ ./node_modules/webpack/lib/node/NodeEnvironmentPlugin.js 9:11-33
308
- @ ./node_modules/webpack/lib/index.js 458:10-49
309
- @ ./src/index.js 7:0-39
310
-
311
- ERROR in ./node_modules/graceful-fs/polyfills.js 1:16-36
312
- Module not found: Error: Can't resolve 'constants' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
313
-
314
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
315
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
316
-
317
- If you want to include a polyfill, you need to:
318
- - add a fallback 'resolve.fallback: { "constants": require.resolve("constants-browserify") }'
319
- - install 'constants-browserify'
320
- If you don't want to include a polyfill, you can use an empty module like this:
321
- resolve.fallback: { "constants": false }
322
- @ ./node_modules/graceful-fs/graceful-fs.js 2:16-41
323
- @ ./node_modules/webpack/lib/node/NodeEnvironmentPlugin.js 9:11-33
324
- @ ./node_modules/webpack/lib/index.js 458:10-49
325
- @ ./src/index.js 7:0-39
326
-
327
- ERROR in ./node_modules/jest-worker/build/base/BaseWorkerPool.js 9:39-54
328
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\base'
329
-
330
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
331
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
332
-
333
- If you want to include a polyfill, you need to:
334
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
335
- - install 'path-browserify'
336
- If you don't want to include a polyfill, you can use an empty module like this:
337
- resolve.fallback: { "path": false }
338
- @ ./node_modules/jest-worker/build/WorkerPool.js 8:45-77
339
- @ ./node_modules/jest-worker/build/index.js 38:41-64
340
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
341
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
342
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
343
- @ ./node_modules/webpack/lib/index.js 328:10-66
344
- @ ./src/index.js 7:0-39
345
-
346
- ERROR in ./node_modules/jest-worker/build/index.js 27:15-28
347
- Module not found: Error: Can't resolve 'os' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build'
348
-
349
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
350
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
351
-
352
- If you want to include a polyfill, you need to:
353
- - add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
354
- - install 'os-browserify'
355
- If you don't want to include a polyfill, you can use an empty module like this:
356
- resolve.fallback: { "os": false }
357
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
358
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
359
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
360
- @ ./node_modules/webpack/lib/index.js 328:10-66
361
- @ ./src/index.js 7:0-39
362
-
363
- ERROR in ./node_modules/jest-worker/build/workers/ChildProcessWorker.js 9:15-39
364
- Module not found: Error: Can't resolve 'child_process' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
365
- @ ./node_modules/jest-worker/build/WorkerPool.js 41:15-62
366
- @ ./node_modules/jest-worker/build/index.js 38:41-64
367
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
368
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
369
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
370
- @ ./node_modules/webpack/lib/index.js 328:10-66
371
- @ ./src/index.js 7:0-39
372
-
373
- ERROR in ./node_modules/jest-worker/build/workers/ChildProcessWorker.js 19:15-32
374
- Module not found: Error: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
375
-
376
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
377
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
378
-
379
- If you want to include a polyfill, you need to:
380
- - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
381
- - install 'stream-browserify'
382
- If you don't want to include a polyfill, you can use an empty module like this:
383
- resolve.fallback: { "stream": false }
384
- @ ./node_modules/jest-worker/build/WorkerPool.js 41:15-62
385
- @ ./node_modules/jest-worker/build/index.js 38:41-64
386
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
387
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
388
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
389
- @ ./node_modules/webpack/lib/index.js 328:10-66
390
- @ ./src/index.js 7:0-39
391
-
392
- ERROR in ./node_modules/jest-worker/build/workers/NodeThreadsWorker.js 9:39-54
393
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
394
-
395
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
396
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
397
-
398
- If you want to include a polyfill, you need to:
399
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
400
- - install 'path-browserify'
401
- If you don't want to include a polyfill, you can use an empty module like this:
402
- resolve.fallback: { "path": false }
403
- @ ./node_modules/jest-worker/build/WorkerPool.js 39:15-61
404
- @ ./node_modules/jest-worker/build/index.js 38:41-64
405
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
406
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
407
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
408
- @ ./node_modules/webpack/lib/index.js 328:10-66
409
- @ ./src/index.js 7:0-39
410
-
411
- ERROR in ./node_modules/jest-worker/build/workers/NodeThreadsWorker.js 19:15-32
412
- Module not found: Error: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
413
-
414
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
415
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
416
-
417
- If you want to include a polyfill, you need to:
418
- - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
419
- - install 'stream-browserify'
420
- If you don't want to include a polyfill, you can use an empty module like this:
421
- resolve.fallback: { "stream": false }
422
- @ ./node_modules/jest-worker/build/WorkerPool.js 39:15-61
423
- @ ./node_modules/jest-worker/build/index.js 38:41-64
424
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
425
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
426
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
427
- @ ./node_modules/webpack/lib/index.js 328:10-66
428
- @ ./src/index.js 7:0-39
429
-
430
- ERROR in ./node_modules/jest-worker/build/workers/NodeThreadsWorker.js 29:15-40
431
- Module not found: Error: Can't resolve 'worker_threads' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
432
- @ ./node_modules/jest-worker/build/WorkerPool.js 39:15-61
433
- @ ./node_modules/jest-worker/build/index.js 38:41-64
434
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
435
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
436
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
437
- @ ./node_modules/webpack/lib/index.js 328:10-66
438
- @ ./src/index.js 7:0-39
439
-
440
- ERROR in ./node_modules/jest-worker/build/workers/messageParent.js 27:39-64
441
- Module not found: Error: Can't resolve 'worker_threads' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
442
- @ ./node_modules/jest-worker/build/index.js 44:44-78
443
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
444
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
445
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
446
- @ ./node_modules/webpack/lib/index.js 328:10-66
447
- @ ./src/index.js 7:0-39
448
-
449
- ERROR in ./node_modules/loader-runner/lib/LoaderRunner.js 5:9-22
450
- Module not found: Error: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\loader-runner\lib'
451
- @ ./node_modules/webpack/lib/NormalModule.js 9:35-59
452
- @ ./node_modules/webpack/lib/index.js 248:9-34
453
- @ ./src/index.js 7:0-39
454
-
455
- ERROR in ./node_modules/merge-stream/index.js 3:24-41
456
- Module not found: Error: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\merge-stream'
457
-
458
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
459
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
460
-
461
- If you want to include a polyfill, you need to:
462
- - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
463
- - install 'stream-browserify'
464
- If you don't want to include a polyfill, you can use an empty module like this:
465
- resolve.fallback: { "stream": false }
466
- @ ./node_modules/jest-worker/build/workers/NodeThreadsWorker.js 39:38-61
467
- @ ./node_modules/jest-worker/build/WorkerPool.js 39:15-61
468
- @ ./node_modules/jest-worker/build/index.js 38:41-64
469
- @ ./node_modules/terser-webpack-plugin/dist/index.js 22:18-40
470
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
471
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
472
- @ ./node_modules/webpack/lib/index.js 328:10-66
473
- @ ./src/index.js 7:0-39
474
-
475
- ERROR in ./node_modules/mime-types/index.js 16:14-37
476
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\mime-types'
477
-
478
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
479
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
480
-
481
- If you want to include a polyfill, you need to:
482
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
483
- - install 'path-browserify'
484
- If you don't want to include a polyfill, you can use an empty module like this:
485
- resolve.fallback: { "path": false }
486
- @ ./node_modules/webpack/lib/asset/AssetGenerator.js 8:18-39
487
- @ ./node_modules/webpack/lib/asset/AssetModulesPlugin.js 57:40-67
488
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 10:27-64
489
- @ ./node_modules/webpack/lib/index.js 300:9-41
490
- @ ./src/index.js 7:0-39
491
-
492
- ERROR in ./node_modules/safe-buffer/index.js 2:13-30
493
- Module not found: Error: Can't resolve 'buffer' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\safe-buffer'
494
-
495
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
496
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
497
-
498
- If you want to include a polyfill, you need to:
499
- - add a fallback 'resolve.fallback: { "buffer": require.resolve("buffer/") }'
500
- - install 'buffer'
501
- If you don't want to include a polyfill, you can use an empty module like this:
502
- resolve.fallback: { "buffer": false }
503
- @ ./node_modules/randombytes/browser.js 15:13-42
504
- @ ./node_modules/serialize-javascript/index.js 9:18-40
505
- @ ./node_modules/terser-webpack-plugin/dist/index.js 16:50-81
506
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
507
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
508
- @ ./node_modules/webpack/lib/index.js 328:10-66
509
- @ ./src/index.js 7:0-39
510
-
511
- ERROR in ./node_modules/terser-webpack-plugin/dist/index.js 8:35-50
512
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\terser-webpack-plugin\dist'
513
-
514
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
515
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
516
-
517
- If you want to include a polyfill, you need to:
518
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
519
- - install 'path-browserify'
520
- If you don't want to include a polyfill, you can use an empty module like this:
521
- resolve.fallback: { "path": false }
522
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
523
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
524
- @ ./node_modules/webpack/lib/index.js 328:10-66
525
- @ ./src/index.js 7:0-39
526
-
527
- ERROR in ./node_modules/terser-webpack-plugin/dist/index.js 10:33-46
528
- Module not found: Error: Can't resolve 'os' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\terser-webpack-plugin\dist'
529
-
530
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
531
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
532
-
533
- If you want to include a polyfill, you need to:
534
- - add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
535
- - install 'os-browserify'
536
- If you don't want to include a polyfill, you can use an empty module like this:
537
- resolve.fallback: { "os": false }
538
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
539
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
540
- @ ./node_modules/webpack/lib/index.js 328:10-66
541
- @ ./src/index.js 7:0-39
542
-
543
- ERROR in ./node_modules/terser/node_modules/source-map/lib/read-wasm.js 20:13-26
544
- Module not found: Error: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\terser\node_modules\source-map\lib'
545
- @ ./node_modules/terser/node_modules/source-map/lib/source-map-consumer.js 12:17-44
546
- @ ./node_modules/terser/node_modules/source-map/source-map.js 7:0-82
547
- @ ./node_modules/terser/dist/bundle.min.js 2:80-101
548
- @ ./node_modules/terser-webpack-plugin/dist/minify.js 5:4-21
549
- @ ./node_modules/terser-webpack-plugin/dist/index.js 26:14-33 288:31-58
550
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
551
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
552
- @ ./node_modules/webpack/lib/index.js 328:10-66
553
- @ ./src/index.js 7:0-39
554
-
555
- ERROR in ./node_modules/terser/node_modules/source-map/lib/read-wasm.js 21:15-30
556
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\terser\node_modules\source-map\lib'
557
-
558
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
559
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
560
-
561
- If you want to include a polyfill, you need to:
562
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
563
- - install 'path-browserify'
564
- If you don't want to include a polyfill, you can use an empty module like this:
565
- resolve.fallback: { "path": false }
566
- @ ./node_modules/terser/node_modules/source-map/lib/source-map-consumer.js 12:17-44
567
- @ ./node_modules/terser/node_modules/source-map/source-map.js 7:0-82
568
- @ ./node_modules/terser/dist/bundle.min.js 2:80-101
569
- @ ./node_modules/terser-webpack-plugin/dist/minify.js 5:4-21
570
- @ ./node_modules/terser-webpack-plugin/dist/index.js 26:14-33 288:31-58
571
- @ ./node_modules/terser-webpack-plugin/dist/cjs.js 3:15-33
572
- @ ./node_modules/webpack/lib/config/defaults.js 1021:25-57
573
- @ ./node_modules/webpack/lib/index.js 328:10-66
574
- @ ./src/index.js 7:0-39
575
-
576
- ERROR in ./node_modules/watchpack/lib/DirectoryWatcher.js 9:13-28
577
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
578
-
579
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
580
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
581
-
582
- If you want to include a polyfill, you need to:
583
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
584
- - install 'path-browserify'
585
- If you don't want to include a polyfill, you can use an empty module like this:
586
- resolve.fallback: { "path": false }
587
- @ ./node_modules/watchpack/lib/watchpack.js 280:31-281:30
588
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
589
- @ ./node_modules/webpack/lib/index.js 328:10-66
590
- @ ./src/index.js 7:0-39
591
-
592
- ERROR in ./node_modules/watchpack/lib/DirectoryWatcher.js 17:15-37
593
- Module not found: Error: Can't resolve 'os' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
594
-
595
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
596
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
597
-
598
- If you want to include a polyfill, you need to:
599
- - add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
600
- - install 'os-browserify'
601
- If you don't want to include a polyfill, you can use an empty module like this:
602
- resolve.fallback: { "os": false }
603
- @ ./node_modules/watchpack/lib/watchpack.js 280:31-281:30
604
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
605
- @ ./node_modules/webpack/lib/index.js 328:10-66
606
- @ ./src/index.js 7:0-39
607
-
608
- ERROR in ./node_modules/watchpack/lib/LinkResolver.js 7:11-24
609
- Module not found: Error: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
610
- @ ./node_modules/watchpack/lib/watchpack.js 8:21-46
611
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
612
- @ ./node_modules/webpack/lib/index.js 328:10-66
613
- @ ./src/index.js 7:0-39
614
-
615
- ERROR in ./node_modules/watchpack/lib/LinkResolver.js 8:13-28
616
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
617
-
618
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
619
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
620
-
621
- If you want to include a polyfill, you need to:
622
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
623
- - install 'path-browserify'
624
- If you don't want to include a polyfill, you can use an empty module like this:
625
- resolve.fallback: { "path": false }
626
- @ ./node_modules/watchpack/lib/watchpack.js 8:21-46
627
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
628
- @ ./node_modules/webpack/lib/index.js 328:10-66
629
- @ ./src/index.js 7:0-39
630
-
631
- ERROR in ./node_modules/watchpack/lib/getWatcherManager.js 7:13-28
632
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
633
-
634
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
635
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
636
-
637
- If you want to include a polyfill, you need to:
638
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
639
- - install 'path-browserify'
640
- If you don't want to include a polyfill, you can use an empty module like this:
641
- resolve.fallback: { "path": false }
642
- @ ./node_modules/watchpack/lib/watchpack.js 7:26-56
643
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
644
- @ ./node_modules/webpack/lib/index.js 328:10-66
645
- @ ./src/index.js 7:0-39
646
-
647
- ERROR in ./node_modules/watchpack/lib/reducePlan.js 7:13-28
648
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
649
-
650
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
651
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
652
-
653
- If you want to include a polyfill, you need to:
654
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
655
- - install 'path-browserify'
656
- If you don't want to include a polyfill, you can use an empty module like this:
657
- resolve.fallback: { "path": false }
658
- @ ./node_modules/watchpack/lib/watchEventSource.js 10:19-42
659
- @ ./node_modules/watchpack/lib/watchpack.js 11:25-54
660
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
661
- @ ./node_modules/webpack/lib/index.js 328:10-66
662
- @ ./src/index.js 7:0-39
663
-
664
- ERROR in ./node_modules/watchpack/lib/watchEventSource.js 7:11-24
665
- Module not found: Error: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
666
- @ ./node_modules/watchpack/lib/watchpack.js 11:25-54
667
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
668
- @ ./node_modules/webpack/lib/index.js 328:10-66
669
- @ ./src/index.js 7:0-39
670
-
671
- ERROR in ./node_modules/watchpack/lib/watchEventSource.js 8:13-28
672
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
673
-
674
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
675
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
676
-
677
- If you want to include a polyfill, you need to:
678
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
679
- - install 'path-browserify'
680
- If you don't want to include a polyfill, you can use an empty module like this:
681
- resolve.fallback: { "path": false }
682
- @ ./node_modules/watchpack/lib/watchpack.js 11:25-54
683
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
684
- @ ./node_modules/webpack/lib/index.js 328:10-66
685
- @ ./src/index.js 7:0-39
686
-
687
- ERROR in ./node_modules/watchpack/lib/watchEventSource.js 12:15-37
688
- Module not found: Error: Can't resolve 'os' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
689
-
690
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
691
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
692
-
693
- If you want to include a polyfill, you need to:
694
- - add a fallback 'resolve.fallback: { "os": require.resolve("os-browserify/browser") }'
695
- - install 'os-browserify'
696
- If you don't want to include a polyfill, you can use an empty module like this:
697
- resolve.fallback: { "os": false }
698
- @ ./node_modules/watchpack/lib/watchpack.js 11:25-54
699
- @ ./node_modules/webpack/lib/config/defaults.js 346:5-33 354:4-32 366:5-33 374:5-33
700
- @ ./node_modules/webpack/lib/index.js 328:10-66
701
- @ ./src/index.js 7:0-39
702
-
703
- ERROR in ./node_modules/webpack/hot/lazy-compilation-node.js 12:15-38
704
- Module not found: Error: Can't resolve 'http' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\hot'
705
-
706
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
707
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
708
-
709
- If you want to include a polyfill, you need to:
710
- - add a fallback 'resolve.fallback: { "http": require.resolve("stream-http") }'
711
- - install 'stream-http'
712
- If you don't want to include a polyfill, you can use an empty module like this:
713
- resolve.fallback: { "http": false }
714
- @ ./node_modules/webpack/hot/ sync ^\.\/lazy\-compilation\-.*\.js$ ./lazy-compilation-node.js
715
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 268:5-272:6
716
- @ ./node_modules/webpack/lib/index.js 300:9-41
717
- @ ./src/index.js 7:0-39
718
-
719
- ERROR in ./node_modules/webpack/lib/ChunkGraph.js 8:13-28
720
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
721
-
722
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
723
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
724
-
725
- If you want to include a polyfill, you need to:
726
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
727
- - install 'util'
728
- If you don't want to include a polyfill, you can use an empty module like this:
729
- resolve.fallback: { "util": false }
730
- @ ./node_modules/webpack/lib/index.js 138:9-32
731
- @ ./src/index.js 7:0-39
732
-
733
- ERROR in ./node_modules/webpack/lib/ChunkGroup.js 8:13-28
734
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
735
-
736
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
737
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
738
-
739
- If you want to include a polyfill, you need to:
740
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
741
- - install 'util'
742
- If you don't want to include a polyfill, you can use an empty module like this:
743
- resolve.fallback: { "util": false }
744
- @ ./node_modules/webpack/lib/Compilation.js 23:19-42
745
- @ ./node_modules/webpack/lib/index.js 144:9-33
746
- @ ./src/index.js 7:0-39
747
-
748
- ERROR in ./node_modules/webpack/lib/ChunkTemplate.js 8:13-28
749
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
750
-
751
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
752
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
753
-
754
- If you want to include a polyfill, you need to:
755
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
756
- - install 'util'
757
- If you don't want to include a polyfill, you can use an empty module like this:
758
- resolve.fallback: { "util": false }
759
- @ ./node_modules/webpack/lib/Compilation.js 25:22-48
760
- @ ./node_modules/webpack/lib/index.js 144:9-33
761
- @ ./src/index.js 7:0-39
762
-
763
- ERROR in ./node_modules/webpack/lib/Compilation.js 18:13-28
764
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
765
-
766
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
767
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
768
-
769
- If you want to include a polyfill, you need to:
770
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
771
- - install 'util'
772
- If you don't want to include a polyfill, you can use an empty module like this:
773
- resolve.fallback: { "util": false }
774
- @ ./node_modules/webpack/lib/index.js 144:9-33
775
- @ ./src/index.js 7:0-39
776
-
777
- ERROR in ./node_modules/webpack/lib/ExternalModuleFactoryPlugin.js 8:13-28
778
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
779
-
780
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
781
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
782
-
783
- If you want to include a polyfill, you need to:
784
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
785
- - install 'util'
786
- If you don't want to include a polyfill, you can use an empty module like this:
787
- resolve.fallback: { "util": false }
788
- @ ./node_modules/webpack/lib/DllReferencePlugin.js 10:36-76
789
- @ ./node_modules/webpack/lib/index.js 171:9-40
790
- @ ./src/index.js 7:0-39
791
-
792
- ERROR in ./node_modules/webpack/lib/MainTemplate.js 9:13-28
793
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
794
-
795
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
796
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
797
-
798
- If you want to include a polyfill, you need to:
799
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
800
- - install 'util'
801
- If you don't want to include a polyfill, you can use an empty module like this:
802
- resolve.fallback: { "util": false }
803
- @ ./node_modules/webpack/lib/Compilation.js 40:21-46
804
- @ ./node_modules/webpack/lib/index.js 144:9-33
805
- @ ./src/index.js 7:0-39
806
-
807
- ERROR in ./node_modules/webpack/lib/Module.js 8:13-28
808
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
809
-
810
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
811
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
812
-
813
- If you want to include a polyfill, you need to:
814
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
815
- - install 'util'
816
- If you don't want to include a polyfill, you can use an empty module like this:
817
- resolve.fallback: { "util": false }
818
- @ ./node_modules/webpack/lib/index.js 233:9-28
819
- @ ./src/index.js 7:0-39
820
-
821
- ERROR in ./node_modules/webpack/lib/ModuleGraph.js 8:13-28
822
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
823
-
824
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
825
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
826
-
827
- If you want to include a polyfill, you need to:
828
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
829
- - install 'util'
830
- If you don't want to include a polyfill, you can use an empty module like this:
831
- resolve.fallback: { "util": false }
832
- @ ./node_modules/webpack/lib/index.js 239:9-33
833
- @ ./src/index.js 7:0-39
834
-
835
- ERROR in ./node_modules/webpack/lib/ModuleTemplate.js 8:13-28
836
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
837
-
838
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
839
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
840
-
841
- If you want to include a polyfill, you need to:
842
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
843
- - install 'util'
844
- If you don't want to include a polyfill, you can use an empty module like this:
845
- resolve.fallback: { "util": false }
846
- @ ./node_modules/webpack/lib/Compilation.js 49:23-50
847
- @ ./node_modules/webpack/lib/index.js 144:9-33
848
- @ ./src/index.js 7:0-39
849
-
850
- ERROR in ./node_modules/webpack/lib/NormalModule.js 10:20-42
851
- Module not found: Error: Can't resolve 'querystring' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
852
-
853
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
854
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
855
-
856
- If you want to include a polyfill, you need to:
857
- - add a fallback 'resolve.fallback: { "querystring": require.resolve("querystring-es3") }'
858
- - install 'querystring-es3'
859
- If you don't want to include a polyfill, you can use an empty module like this:
860
- resolve.fallback: { "querystring": false }
861
- @ ./node_modules/webpack/lib/index.js 248:9-34
862
- @ ./src/index.js 7:0-39
863
-
864
- ERROR in ./node_modules/webpack/lib/TemplatedPathPlugin.js 8:30-45
865
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
866
-
867
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
868
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
869
-
870
- If you want to include a polyfill, you need to:
871
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
872
- - install 'path-browserify'
873
- If you don't want to include a polyfill, you can use an empty module like this:
874
- resolve.fallback: { "path": false }
875
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 27:28-60
876
- @ ./node_modules/webpack/lib/index.js 300:9-41
877
- @ ./src/index.js 7:0-39
878
-
879
- ERROR in ./node_modules/webpack/lib/TemplatedPathPlugin.js 9:13-28
880
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
881
-
882
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
883
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
884
-
885
- If you want to include a polyfill, you need to:
886
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
887
- - install 'util'
888
- If you don't want to include a polyfill, you can use an empty module like this:
889
- resolve.fallback: { "util": false }
890
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 27:28-60
891
- @ ./node_modules/webpack/lib/index.js 300:9-41
892
- @ ./src/index.js 7:0-39
893
-
894
- ERROR in ./node_modules/webpack/lib/WebpackError.js 8:16-46
895
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
896
-
897
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
898
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
899
-
900
- If you want to include a polyfill, you need to:
901
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
902
- - install 'util'
903
- If you don't want to include a polyfill, you can use an empty module like this:
904
- resolve.fallback: { "util": false }
905
- @ ./node_modules/webpack/lib/index.js 297:9-34
906
- @ ./src/index.js 7:0-39
907
-
908
- ERROR in ./node_modules/webpack/lib/asset/AssetGenerator.js 9:13-28
909
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\asset'
910
-
911
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
912
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
913
-
914
- If you want to include a polyfill, you need to:
915
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
916
- - install 'path-browserify'
917
- If you don't want to include a polyfill, you can use an empty module like this:
918
- resolve.fallback: { "path": false }
919
- @ ./node_modules/webpack/lib/asset/AssetModulesPlugin.js 57:40-67
920
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 10:27-64
921
- @ ./node_modules/webpack/lib/index.js 300:9-41
922
- @ ./src/index.js 7:0-39
923
-
924
- ERROR in ./node_modules/webpack/lib/cli.js 8:13-28
925
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
926
-
927
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
928
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
929
-
930
- If you want to include a polyfill, you need to:
931
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
932
- - install 'path-browserify'
933
- If you don't want to include a polyfill, you can use an empty module like this:
934
- resolve.fallback: { "path": false }
935
- @ ./node_modules/webpack/lib/index.js 120:9-25
936
- @ ./src/index.js 7:0-39
937
-
938
- ERROR in ./node_modules/webpack/lib/config/browserslistTargetHandler.js 9:13-28
939
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\config'
940
-
941
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
942
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
943
-
944
- If you want to include a polyfill, you need to:
945
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
946
- - install 'path-browserify'
947
- If you don't want to include a polyfill, you can use an empty module like this:
948
- resolve.fallback: { "path": false }
949
- @ ./node_modules/webpack/lib/config/target.js 11:1-39
950
- @ ./node_modules/webpack/lib/config/defaults.js 16:4-23
951
- @ ./node_modules/webpack/lib/index.js 328:10-66
952
- @ ./src/index.js 7:0-39
953
-
954
- ERROR in ./node_modules/webpack/lib/config/defaults.js 8:11-24
955
- Module not found: Error: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\config'
956
- @ ./node_modules/webpack/lib/index.js 328:10-66
957
- @ ./src/index.js 7:0-39
958
-
959
- ERROR in ./node_modules/webpack/lib/config/defaults.js 9:13-28
960
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\config'
961
-
962
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
963
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
964
-
965
- If you want to include a polyfill, you need to:
966
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
967
- - install 'path-browserify'
968
- If you don't want to include a polyfill, you can use an empty module like this:
969
- resolve.fallback: { "path": false }
970
- @ ./node_modules/webpack/lib/index.js 328:10-66
971
- @ ./src/index.js 7:0-39
972
-
973
- ERROR in ./node_modules/webpack/lib/config/normalization.js 8:13-28
974
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\config'
975
-
976
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
977
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
978
-
979
- If you want to include a polyfill, you need to:
980
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
981
- - install 'util'
982
- If you don't want to include a polyfill, you can use an empty module like this:
983
- resolve.fallback: { "util": false }
984
- @ ./node_modules/webpack/lib/index.js 325:10-71
985
- @ ./src/index.js 7:0-39
986
-
987
- ERROR in ./node_modules/webpack/lib/dependencies/ImportMetaPlugin.js 8:26-40
988
- Module not found: Error: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\dependencies'
989
-
990
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
991
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
992
-
993
- If you want to include a polyfill, you need to:
994
- - add a fallback 'resolve.fallback: { "url": require.resolve("url/") }'
995
- - install 'url'
996
- If you don't want to include a polyfill, you can use an empty module like this:
997
- resolve.fallback: { "url": false }
998
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 38:25-67
999
- @ ./node_modules/webpack/lib/index.js 300:9-41
1000
- @ ./src/index.js 7:0-39
1001
-
1002
- ERROR in ./node_modules/webpack/lib/dependencies/WorkerPlugin.js 8:26-40
1003
- Module not found: Error: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\dependencies'
1004
-
1005
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1006
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1007
-
1008
- If you want to include a polyfill, you need to:
1009
- - add a fallback 'resolve.fallback: { "url": require.resolve("url/") }'
1010
- - install 'url'
1011
- If you don't want to include a polyfill, you can use an empty module like this:
1012
- resolve.fallback: { "url": false }
1013
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 46:21-59
1014
- @ ./node_modules/webpack/lib/index.js 300:9-41
1015
- @ ./src/index.js 7:0-39
1016
-
1017
- ERROR in ./node_modules/webpack/lib/hmr/lazyCompilationBackend.js 8:13-28
1018
- Module not found: Error: Can't resolve 'http' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\hmr'
1019
-
1020
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1021
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1022
-
1023
- If you want to include a polyfill, you need to:
1024
- - add a fallback 'resolve.fallback: { "http": require.resolve("stream-http") }'
1025
- - install 'stream-http'
1026
- If you don't want to include a polyfill, you can use an empty module like this:
1027
- resolve.fallback: { "http": false }
1028
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 265:5-44
1029
- @ ./node_modules/webpack/lib/index.js 300:9-41
1030
- @ ./src/index.js 7:0-39
1031
-
1032
- ERROR in ./node_modules/webpack/lib/index.js 8:13-28
1033
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
1034
-
1035
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1036
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1037
-
1038
- If you want to include a polyfill, you need to:
1039
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
1040
- - install 'util'
1041
- If you don't want to include a polyfill, you can use an empty module like this:
1042
- resolve.fallback: { "util": false }
1043
- @ ./src/index.js 7:0-39
1044
-
1045
- ERROR in ./node_modules/webpack/lib/javascript/JavascriptGenerator.js 8:13-28
1046
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\javascript'
1047
-
1048
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1049
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1050
-
1051
- If you want to include a polyfill, you need to:
1052
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
1053
- - install 'util'
1054
- If you don't want to include a polyfill, you can use an empty module like this:
1055
- resolve.fallback: { "util": false }
1056
- @ ./node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js 28:28-60
1057
- @ ./node_modules/webpack/lib/index.js 211:9-56 379:10-57
1058
- @ ./src/index.js 7:0-39
1059
-
1060
- ERROR in ./node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js 9:11-24
1061
- Module not found: Error: Can't resolve 'vm' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\javascript'
1062
-
1063
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1064
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1065
-
1066
- If you want to include a polyfill, you need to:
1067
- - add a fallback 'resolve.fallback: { "vm": require.resolve("vm-browserify") }'
1068
- - install 'vm-browserify'
1069
- If you don't want to include a polyfill, you can use an empty module like this:
1070
- resolve.fallback: { "vm": false }
1071
- @ ./node_modules/webpack/lib/index.js 211:9-56 379:10-57
1072
- @ ./src/index.js 7:0-39
1073
-
1074
- ERROR in ./node_modules/webpack/lib/javascript/JavascriptParser.js 11:11-24
1075
- Module not found: Error: Can't resolve 'vm' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\javascript'
1076
-
1077
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1078
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1079
-
1080
- If you want to include a polyfill, you need to:
1081
- - add a fallback 'resolve.fallback: { "vm": require.resolve("vm-browserify") }'
1082
- - install 'vm-browserify'
1083
- If you don't want to include a polyfill, you can use an empty module like this:
1084
- resolve.fallback: { "vm": false }
1085
- @ ./node_modules/webpack/lib/index.js 382:10-50
1086
- @ ./src/index.js 7:0-39
1087
-
1088
- ERROR in ./node_modules/webpack/lib/node/nodeConsole.js 8:13-28
1089
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\node'
1090
-
1091
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1092
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1093
-
1094
- If you want to include a polyfill, you need to:
1095
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
1096
- - install 'util'
1097
- If you don't want to include a polyfill, you can use an empty module like this:
1098
- resolve.fallback: { "util": false }
1099
- @ ./node_modules/webpack/lib/node/NodeEnvironmentPlugin.js 12:20-44
1100
- @ ./node_modules/webpack/lib/index.js 458:10-49
1101
- @ ./src/index.js 7:0-39
1102
-
1103
- ERROR in ./node_modules/webpack/lib/rules/UseEffectRulePlugin.js 8:13-28
1104
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\rules'
1105
-
1106
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1107
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1108
-
1109
- If you want to include a polyfill, you need to:
1110
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
1111
- - install 'util'
1112
- If you don't want to include a polyfill, you can use an empty module like this:
1113
- resolve.fallback: { "util": false }
1114
- @ ./node_modules/webpack/lib/NormalModuleFactory.js 26:28-66
1115
- @ ./node_modules/webpack/lib/Compiler.js 25:28-60
1116
- @ ./node_modules/webpack/lib/index.js 147:9-30
1117
- @ ./src/index.js 7:0-39
1118
-
1119
- ERROR in ./node_modules/webpack/lib/schemes/FileUriPlugin.js 8:31-45
1120
- Module not found: Error: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
1121
-
1122
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1123
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1124
-
1125
- If you want to include a polyfill, you need to:
1126
- - add a fallback 'resolve.fallback: { "url": require.resolve("url/") }'
1127
- - install 'url'
1128
- If you don't want to include a polyfill, you can use an empty module like this:
1129
- resolve.fallback: { "url": false }
1130
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 32:22-56
1131
- @ ./node_modules/webpack/lib/index.js 300:9-41
1132
- @ ./src/index.js 7:0-39
1133
-
1134
- ERROR in ./node_modules/webpack/lib/schemes/HttpUriPlugin.js 8:38-53
1135
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
1136
-
1137
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1138
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1139
-
1140
- If you want to include a polyfill, you need to:
1141
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
1142
- - install 'path-browserify'
1143
- If you don't want to include a polyfill, you can use an empty module like this:
1144
- resolve.fallback: { "path": false }
1145
- @ ./node_modules/webpack/lib/index.js 556:11-45
1146
- @ ./src/index.js 7:0-39
1147
-
1148
- ERROR in ./node_modules/webpack/lib/schemes/HttpUriPlugin.js 9:16-30
1149
- Module not found: Error: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
1150
-
1151
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1152
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1153
-
1154
- If you want to include a polyfill, you need to:
1155
- - add a fallback 'resolve.fallback: { "url": require.resolve("url/") }'
1156
- - install 'url'
1157
- If you don't want to include a polyfill, you can use an empty module like this:
1158
- resolve.fallback: { "url": false }
1159
- @ ./node_modules/webpack/lib/index.js 556:11-45
1160
- @ ./src/index.js 7:0-39
1161
-
1162
- ERROR in ./node_modules/webpack/lib/schemes/HttpUriPlugin.js 10:64-79
1163
- Module not found: Error: Can't resolve 'zlib' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
1164
-
1165
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1166
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1167
-
1168
- If you want to include a polyfill, you need to:
1169
- - add a fallback 'resolve.fallback: { "zlib": require.resolve("browserify-zlib") }'
1170
- - install 'browserify-zlib'
1171
- If you don't want to include a polyfill, you can use an empty module like this:
1172
- resolve.fallback: { "zlib": false }
1173
- @ ./node_modules/webpack/lib/index.js 556:11-45
1174
- @ ./src/index.js 7:0-39
1175
-
1176
- ERROR in ./node_modules/webpack/lib/schemes/HttpUriPlugin.js 19:30-45
1177
- Module not found: Error: Can't resolve 'http' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
1178
-
1179
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1180
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1181
-
1182
- If you want to include a polyfill, you need to:
1183
- - add a fallback 'resolve.fallback: { "http": require.resolve("stream-http") }'
1184
- - install 'stream-http'
1185
- If you don't want to include a polyfill, you can use an empty module like this:
1186
- resolve.fallback: { "http": false }
1187
- @ ./node_modules/webpack/lib/index.js 556:11-45
1188
- @ ./src/index.js 7:0-39
1189
-
1190
- ERROR in ./node_modules/webpack/lib/schemes/HttpUriPlugin.js 20:31-47
1191
- Module not found: Error: Can't resolve 'https' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
1192
-
1193
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1194
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1195
-
1196
- If you want to include a polyfill, you need to:
1197
- - add a fallback 'resolve.fallback: { "https": require.resolve("https-browserify") }'
1198
- - install 'https-browserify'
1199
- If you don't want to include a polyfill, you can use an empty module like this:
1200
- resolve.fallback: { "https": false }
1201
- @ ./node_modules/webpack/lib/index.js 556:11-45
1202
- @ ./src/index.js 7:0-39
1203
-
1204
- ERROR in ./node_modules/webpack/lib/serialization/FileMiddleware.js 7:22-39
1205
- Module not found: Error: Can't resolve 'buffer' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\serialization'
1206
-
1207
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1208
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1209
-
1210
- If you want to include a polyfill, you need to:
1211
- - add a fallback 'resolve.fallback: { "buffer": require.resolve("buffer/") }'
1212
- - install 'buffer'
1213
- If you don't want to include a polyfill, you can use an empty module like this:
1214
- resolve.fallback: { "buffer": false }
1215
- @ ./node_modules/webpack/lib/util/serialization.js 99:25-67
1216
- @ ./node_modules/webpack/lib/index.js 539:10-41
1217
- @ ./src/index.js 7:0-39
1218
-
1219
- ERROR in ./node_modules/webpack/lib/serialization/FileMiddleware.js 8:21-38
1220
- Module not found: Error: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\serialization'
1221
-
1222
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1223
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1224
-
1225
- If you want to include a polyfill, you need to:
1226
- - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
1227
- - install 'stream-browserify'
1228
- If you don't want to include a polyfill, you can use an empty module like this:
1229
- resolve.fallback: { "stream": false }
1230
- @ ./node_modules/webpack/lib/util/serialization.js 99:25-67
1231
- @ ./node_modules/webpack/lib/index.js 539:10-41
1232
- @ ./src/index.js 7:0-39
1233
-
1234
- ERROR in ./node_modules/webpack/lib/serialization/FileMiddleware.js 15:4-19
1235
- Module not found: Error: Can't resolve 'zlib' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\serialization'
1236
-
1237
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1238
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1239
-
1240
- If you want to include a polyfill, you need to:
1241
- - add a fallback 'resolve.fallback: { "zlib": require.resolve("browserify-zlib") }'
1242
- - install 'browserify-zlib'
1243
- If you don't want to include a polyfill, you can use an empty module like this:
1244
- resolve.fallback: { "zlib": false }
1245
- @ ./node_modules/webpack/lib/util/serialization.js 99:25-67
1246
- @ ./node_modules/webpack/lib/index.js 539:10-41
1247
- @ ./src/index.js 7:0-39
1248
-
1249
- ERROR in ./node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js 8:13-28
1250
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\stats'
1251
-
1252
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1253
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1254
-
1255
- If you want to include a polyfill, you need to:
1256
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
1257
- - install 'util'
1258
- If you don't want to include a polyfill, you can use an empty module like this:
1259
- resolve.fallback: { "util": false }
1260
- @ ./node_modules/webpack/lib/WebpackOptionsApply.js 51:34-78
1261
- @ ./node_modules/webpack/lib/index.js 300:9-41
1262
- @ ./src/index.js 7:0-39
1263
-
1264
- ERROR in ./node_modules/webpack/lib/util/createHash.js 143:38-55
1265
- Module not found: Error: Can't resolve 'crypto' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\util'
1266
-
1267
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1268
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1269
-
1270
- If you want to include a polyfill, you need to:
1271
- - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }'
1272
- - install 'crypto-browserify'
1273
- If you don't want to include a polyfill, you can use an empty module like this:
1274
- resolve.fallback: { "crypto": false }
1275
- @ ./node_modules/webpack/lib/index.js 533:10-38
1276
- @ ./src/index.js 7:0-39
1277
-
1278
- ERROR in ./node_modules/webpack/lib/util/deprecation.js 8:13-28
1279
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\util'
1280
-
1281
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1282
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1283
-
1284
- If you want to include a polyfill, you need to:
1285
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
1286
- - install 'util'
1287
- If you don't want to include a polyfill, you can use an empty module like this:
1288
- resolve.fallback: { "util": false }
1289
- @ ./node_modules/webpack/lib/Chunk.js 18:43-72
1290
- @ ./node_modules/webpack/lib/index.js 135:9-27
1291
- @ ./src/index.js 7:0-39
1292
-
1293
- ERROR in ./node_modules/webpack/lib/util/fs.js 8:13-28
1294
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\util'
1295
-
1296
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1297
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1298
-
1299
- If you want to include a polyfill, you need to:
1300
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
1301
- - install 'path-browserify'
1302
- If you don't want to include a polyfill, you can use an empty module like this:
1303
- resolve.fallback: { "path": false }
1304
- @ ./node_modules/webpack/lib/CleanPlugin.js 12:17-37
1305
- @ ./node_modules/webpack/lib/index.js 141:9-33
1306
- @ ./src/index.js 7:0-39
1307
-
1308
- ERROR in ./node_modules/webpack/lib/util/identifier.js 7:13-28
1309
- Module not found: Error: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\util'
1310
-
1311
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1312
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1313
-
1314
- If you want to include a polyfill, you need to:
1315
- - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
1316
- - install 'path-browserify'
1317
- If you don't want to include a polyfill, you can use an empty module like this:
1318
- resolve.fallback: { "path": false }
1319
- @ ./node_modules/webpack/lib/Compiler.js 33:30-58
1320
- @ ./node_modules/webpack/lib/index.js 147:9-30
1321
- @ ./src/index.js 7:0-39
1322
-
1323
- ERROR in ./node_modules/webpack/lib/webpack.js 8:13-28
1324
- Module not found: Error: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
1325
-
1326
- BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
1327
- This is no longer the case. Verify if you need this module and configure a polyfill for it.
1328
-
1329
- If you want to include a polyfill, you need to:
1330
- - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
1331
- - install 'util'
1332
- If you don't want to include a polyfill, you can use an empty module like this:
1333
- resolve.fallback: { "util": false }
1334
- @ ./node_modules/webpack/lib/index.js 95:30-50 98:9-29
1335
- @ ./src/index.js 7:0-39
1336
-
1337
- 83 errors have detailed information that is not shown.
1338
- Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
1339
-
1340
- webpack 5.50.0 compiled with 83 errors and 10 warnings in 17231 ms