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.
- package/lib/dothtml.js +1 -1
- package/package.json +2 -1
- package/.vscode/launch.json +0 -34
- package/.vscode/settings.json +0 -6
- package/azure-pipelines.yml +0 -14
- package/babel.config.js +0 -1
- package/jest.config.ts +0 -207
- package/lib/arg-callback-obj.d.ts +0 -29
- package/lib/built-in-components/nav-link.d.ts +0 -8
- package/lib/built-in-components/router.d.ts +0 -57
- package/lib/component.d.ts +0 -82
- package/lib/dot-util.d.ts +0 -26
- package/lib/dot.d.ts +0 -5
- package/lib/dothtml.d.ts +0 -25
- package/lib/dothtml.js.LICENSE.txt +0 -1
- package/lib/err.d.ts +0 -2
- package/lib/event-bus.d.ts +0 -10
- package/lib/i-dot.d.ts +0 -674
- package/lib/node-polyfill.d.ts +0 -2
- package/lib/observable-array.d.ts +0 -49
- package/lib/styling/css-types.ts/css-angle.d.ts +0 -7
- package/lib/styling/css-types.ts/css-color.d.ts +0 -9
- package/lib/styling/css-types.ts/css-complex.d.ts +0 -7
- package/lib/styling/css-types.ts/css-data-type.d.ts +0 -5
- package/lib/styling/css-types.ts/css-filter.d.ts +0 -22
- package/lib/styling/css-types.ts/css-length.d.ts +0 -7
- package/lib/styling/css-types.ts/css-number.d.ts +0 -6
- package/lib/styling/css-types.ts/css-percentage.d.ts +0 -5
- package/lib/styling/css-types.ts/css-transform.d.ts +0 -38
- package/lib/styling/css-types.ts/css-unknown.d.ts +0 -6
- package/lib/styling/css-types.ts/css-url.d.ts +0 -6
- package/lib/styling/i-dotcss.d.ts +0 -1069
- package/lib/styling/style-builder.d.ts +0 -24
- package/lib/styling/unit-function-tables.d.ts +0 -10
- package/out.md +0 -1340
- package/src/arg-callback-obj.ts +0 -76
- package/src/built-in-components/nav-link.ts +0 -21
- package/src/built-in-components/router.ts +0 -315
- package/src/component.ts +0 -415
- package/src/dot-util.ts +0 -69
- package/src/dot.ts +0 -1147
- package/src/dothtml.ts +0 -37
- package/src/err.ts +0 -22
- package/src/event-bus.ts +0 -39
- package/src/i-dot.ts +0 -787
- package/src/node-polyfill.ts +0 -11
- package/src/observable-array.ts +0 -289
- package/src/styling/css-types.ts/css-angle.ts +0 -18
- package/src/styling/css-types.ts/css-color.ts +0 -233
- package/src/styling/css-types.ts/css-complex.ts +0 -20
- package/src/styling/css-types.ts/css-data-type.ts +0 -9
- package/src/styling/css-types.ts/css-filter.ts +0 -134
- package/src/styling/css-types.ts/css-length.ts +0 -20
- package/src/styling/css-types.ts/css-number.ts +0 -12
- package/src/styling/css-types.ts/css-percentage.ts +0 -10
- package/src/styling/css-types.ts/css-transform.ts +0 -220
- package/src/styling/css-types.ts/css-unknown.ts +0 -13
- package/src/styling/css-types.ts/css-url.ts +0 -41
- package/src/styling/i-dotcss.ts +0 -1181
- package/src/styling/style-builder.ts +0 -966
- package/src/styling/unit-function-tables.ts +0 -24
- package/tsconfig.json +0 -99
- package/unittests/advanced-bindings.test.ts +0 -421
- package/unittests/array-evaluation.test.ts +0 -7
- package/unittests/basic-functionality.test.ts +0 -88
- package/unittests/calc.test.ts +0 -6
- package/unittests/class-binding.test.ts +0 -227
- package/unittests/components/component-decorator.-.ts +0 -14
- package/unittests/components/components-data.test.ts +0 -153
- package/unittests/components/components.test.ts +0 -258
- package/unittests/computed.test.ts +0 -35
- package/unittests/core.ts +0 -66
- package/unittests/element-and-attribute-coverage.test.ts +0 -472
- package/unittests/hooks.test.ts +0 -67
- package/unittests/immutable-if.test.ts +0 -19
- package/unittests/input-bindings.test.ts +0 -166
- package/unittests/integration.test.ts +0 -5
- package/unittests/iterations.test.ts +0 -18
- package/unittests/logic.test.ts +0 -18
- package/unittests/non-function-props-rerender.test.ts +0 -86
- package/unittests/refs.test.ts +0 -36
- package/unittests/routing.-.ts +0 -56
- package/unittests/scopes.test.ts +0 -22
- package/unittests/special-tags.test.ts +0 -39
- package/unittests/styles.test.ts +0 -9
- package/unittests/styling/animations.test.ts +0 -14
- package/unittests/styling/filters.test.ts +0 -23
- package/unittests/styling/inline-styling.test.ts +0 -18
- package/unittests/styling/pseudo-selectors.test.ts +0 -33
- package/unittests/styling/transformations.test.ts +0 -234
- package/unittests/styling/value-interpretation.test.ts +0 -3
- package/unittests/testpage.ts +0 -5
- package/unittests/wait.test.ts +0 -31
- 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 [1m[32m[cached][39m[22m 1 asset
|
|
6
|
-
867 modules
|
|
7
|
-
|
|
8
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/jest-worker/build/WorkerPool.js[39m[22m [1m[32m22:4-29[39m[22m
|
|
9
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'worker_threads' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build'[39m[22m
|
|
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
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/jest-worker/build/base/BaseWorkerPool.js[39m[22m [1m[32m119:19-46[39m[22m
|
|
18
|
-
[1mCritical dependency: the request of a dependency is an expression[39m[22m
|
|
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
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/jest-worker/build/index.js[39m[22m [1m[32m68:19-38[39m[22m
|
|
28
|
-
[1mCritical dependency: the request of a dependency is an expression[39m[22m
|
|
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
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/jest-worker/build/workers/processChild.js[39m[22m [1m[32m97:15-28[39m[22m
|
|
36
|
-
[1mCritical dependency: the request of a dependency is an expression[39m[22m
|
|
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
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/jest-worker/build/workers/processChild.js[39m[22m [1m[32m113:15-28[39m[22m
|
|
47
|
-
[1mCritical dependency: the request of a dependency is an expression[39m[22m
|
|
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
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/loader-runner/lib/loadLoader.js[39m[22m [1m[32m7:31-45[39m[22m
|
|
58
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\loader-runner\lib'
|
|
59
|
-
|
|
60
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/loader-runner/lib/loadLoader.js[39m[22m [1m[32m19:16-36[39m[22m
|
|
74
|
-
[1mCritical dependency: the request of a dependency is an expression[39m[22m
|
|
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
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/terser-webpack-plugin/dist/minify.js[39m[22m [1m[32m279:118-125[39m[22m
|
|
81
|
-
[1mCritical dependency: require function is used in a way in which dependencies cannot be statically extracted[39m[22m
|
|
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
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/webpack/lib/debug/ProfilingPlugin.js[39m[22m [1m[32m26:13-33[39m[22m
|
|
89
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'inspector' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\debug'[39m[22m
|
|
90
|
-
@ ./node_modules/webpack/lib/index.js 527:10-44
|
|
91
|
-
@ ./src/index.js 7:0-39
|
|
92
|
-
|
|
93
|
-
[1m[33mWARNING[39m[22m in [1m./node_modules/webpack/lib/serialization/ObjectMiddleware.js[39m[22m [1m[32m636:9-25[39m[22m
|
|
94
|
-
[1mCritical dependency: the request of a dependency is an expression[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/chrome-trace-event/dist/trace-event.js[39m[22m [1m[32m10:17-34[39m[22m
|
|
103
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\chrome-trace-event\dist'
|
|
104
|
-
|
|
105
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
118
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\enhanced-resolve\lib'
|
|
119
|
-
|
|
120
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
136
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\enhanced-resolve\lib'
|
|
137
|
-
|
|
138
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/enhanced-resolve/lib/MainFieldPlugin.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
154
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\enhanced-resolve\lib'
|
|
155
|
-
|
|
156
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/enhanced-resolve/lib/util/path.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
172
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\enhanced-resolve\lib\util'
|
|
173
|
-
[1m[32mDid you mean './path'?[39m[22m[1m
|
|
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
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/eslint-scope/lib/index.js[39m[22m [1m[32m52:15-32[39m[22m
|
|
194
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\eslint-scope\lib'
|
|
195
|
-
|
|
196
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/eslint-scope/lib/referencer.js[39m[22m [1m[32m35:15-32[39m[22m
|
|
210
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\eslint-scope\lib'
|
|
211
|
-
|
|
212
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/eslint-scope/lib/scope-manager.js[39m[22m [1m[32m29:15-32[39m[22m
|
|
226
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\eslint-scope\lib'
|
|
227
|
-
|
|
228
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/eslint-scope/lib/scope.js[39m[22m [1m[32m34:15-32[39m[22m
|
|
243
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\eslint-scope\lib'
|
|
244
|
-
|
|
245
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/graceful-fs/graceful-fs.js[39m[22m [1m[32m1:9-22[39m[22m
|
|
260
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/graceful-fs/graceful-fs.js[39m[22m [1m[32m6:11-26[39m[22m
|
|
266
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
|
|
267
|
-
|
|
268
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/graceful-fs/graceful-fs.js[39m[22m [1m[32m87:6-29[39m[22m
|
|
281
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'assert' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
|
|
282
|
-
|
|
283
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/graceful-fs/legacy-streams.js[39m[22m [1m[32m1:13-37[39m[22m
|
|
296
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
|
|
297
|
-
|
|
298
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/graceful-fs/polyfills.js[39m[22m [1m[32m1:16-36[39m[22m
|
|
312
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'constants' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\graceful-fs'
|
|
313
|
-
|
|
314
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/jest-worker/build/base/BaseWorkerPool.js[39m[22m [1m[32m9:39-54[39m[22m
|
|
328
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\base'
|
|
329
|
-
|
|
330
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/jest-worker/build/index.js[39m[22m [1m[32m27:15-28[39m[22m
|
|
347
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'os' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build'
|
|
348
|
-
|
|
349
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/jest-worker/build/workers/ChildProcessWorker.js[39m[22m [1m[32m9:15-39[39m[22m
|
|
364
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'child_process' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/jest-worker/build/workers/ChildProcessWorker.js[39m[22m [1m[32m19:15-32[39m[22m
|
|
374
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
|
|
375
|
-
|
|
376
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/jest-worker/build/workers/NodeThreadsWorker.js[39m[22m [1m[32m9:39-54[39m[22m
|
|
393
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
|
|
394
|
-
|
|
395
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/jest-worker/build/workers/NodeThreadsWorker.js[39m[22m [1m[32m19:15-32[39m[22m
|
|
412
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'
|
|
413
|
-
|
|
414
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/jest-worker/build/workers/NodeThreadsWorker.js[39m[22m [1m[32m29:15-40[39m[22m
|
|
431
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'worker_threads' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/jest-worker/build/workers/messageParent.js[39m[22m [1m[32m27:39-64[39m[22m
|
|
441
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'worker_threads' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\jest-worker\build\workers'[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/loader-runner/lib/LoaderRunner.js[39m[22m [1m[32m5:9-22[39m[22m
|
|
450
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\loader-runner\lib'[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/merge-stream/index.js[39m[22m [1m[32m3:24-41[39m[22m
|
|
456
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\merge-stream'
|
|
457
|
-
|
|
458
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/mime-types/index.js[39m[22m [1m[32m16:14-37[39m[22m
|
|
476
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\mime-types'
|
|
477
|
-
|
|
478
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/safe-buffer/index.js[39m[22m [1m[32m2:13-30[39m[22m
|
|
493
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'buffer' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\safe-buffer'
|
|
494
|
-
|
|
495
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/terser-webpack-plugin/dist/index.js[39m[22m [1m[32m8:35-50[39m[22m
|
|
512
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\terser-webpack-plugin\dist'
|
|
513
|
-
|
|
514
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/terser-webpack-plugin/dist/index.js[39m[22m [1m[32m10:33-46[39m[22m
|
|
528
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'os' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\terser-webpack-plugin\dist'
|
|
529
|
-
|
|
530
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/terser/node_modules/source-map/lib/read-wasm.js[39m[22m [1m[32m20:13-26[39m[22m
|
|
544
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\terser\node_modules\source-map\lib'[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/terser/node_modules/source-map/lib/read-wasm.js[39m[22m [1m[32m21:15-30[39m[22m
|
|
556
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\terser\node_modules\source-map\lib'
|
|
557
|
-
|
|
558
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/DirectoryWatcher.js[39m[22m [1m[32m9:13-28[39m[22m
|
|
577
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
|
|
578
|
-
|
|
579
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/DirectoryWatcher.js[39m[22m [1m[32m17:15-37[39m[22m
|
|
593
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'os' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
|
|
594
|
-
|
|
595
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/LinkResolver.js[39m[22m [1m[32m7:11-24[39m[22m
|
|
609
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/LinkResolver.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
616
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
|
|
617
|
-
|
|
618
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/getWatcherManager.js[39m[22m [1m[32m7:13-28[39m[22m
|
|
632
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
|
|
633
|
-
|
|
634
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/reducePlan.js[39m[22m [1m[32m7:13-28[39m[22m
|
|
648
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
|
|
649
|
-
|
|
650
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/watchEventSource.js[39m[22m [1m[32m7:11-24[39m[22m
|
|
665
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/watchEventSource.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
672
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
|
|
673
|
-
|
|
674
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/watchpack/lib/watchEventSource.js[39m[22m [1m[32m12:15-37[39m[22m
|
|
688
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'os' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\watchpack\lib'
|
|
689
|
-
|
|
690
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/hot/lazy-compilation-node.js[39m[22m [1m[32m12:15-38[39m[22m
|
|
704
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'http' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\hot'
|
|
705
|
-
|
|
706
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/ChunkGraph.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
720
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
721
|
-
|
|
722
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
730
|
-
@ ./node_modules/webpack/lib/index.js 138:9-32
|
|
731
|
-
@ ./src/index.js 7:0-39
|
|
732
|
-
|
|
733
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/ChunkGroup.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
734
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
735
|
-
|
|
736
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/ChunkTemplate.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
749
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
750
|
-
|
|
751
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/Compilation.js[39m[22m [1m[32m18:13-28[39m[22m
|
|
764
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
765
|
-
|
|
766
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
774
|
-
@ ./node_modules/webpack/lib/index.js 144:9-33
|
|
775
|
-
@ ./src/index.js 7:0-39
|
|
776
|
-
|
|
777
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/ExternalModuleFactoryPlugin.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
778
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
779
|
-
|
|
780
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/MainTemplate.js[39m[22m [1m[32m9:13-28[39m[22m
|
|
793
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
794
|
-
|
|
795
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/Module.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
808
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
809
|
-
|
|
810
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
818
|
-
@ ./node_modules/webpack/lib/index.js 233:9-28
|
|
819
|
-
@ ./src/index.js 7:0-39
|
|
820
|
-
|
|
821
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/ModuleGraph.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
822
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
823
|
-
|
|
824
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
832
|
-
@ ./node_modules/webpack/lib/index.js 239:9-33
|
|
833
|
-
@ ./src/index.js 7:0-39
|
|
834
|
-
|
|
835
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/ModuleTemplate.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
836
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
837
|
-
|
|
838
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/NormalModule.js[39m[22m [1m[32m10:20-42[39m[22m
|
|
851
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'querystring' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
852
|
-
|
|
853
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
861
|
-
@ ./node_modules/webpack/lib/index.js 248:9-34
|
|
862
|
-
@ ./src/index.js 7:0-39
|
|
863
|
-
|
|
864
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/TemplatedPathPlugin.js[39m[22m [1m[32m8:30-45[39m[22m
|
|
865
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
866
|
-
|
|
867
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/TemplatedPathPlugin.js[39m[22m [1m[32m9:13-28[39m[22m
|
|
880
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
881
|
-
|
|
882
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/WebpackError.js[39m[22m [1m[32m8:16-46[39m[22m
|
|
895
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
896
|
-
|
|
897
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
905
|
-
@ ./node_modules/webpack/lib/index.js 297:9-34
|
|
906
|
-
@ ./src/index.js 7:0-39
|
|
907
|
-
|
|
908
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/asset/AssetGenerator.js[39m[22m [1m[32m9:13-28[39m[22m
|
|
909
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\asset'
|
|
910
|
-
|
|
911
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/cli.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
925
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
926
|
-
|
|
927
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
935
|
-
@ ./node_modules/webpack/lib/index.js 120:9-25
|
|
936
|
-
@ ./src/index.js 7:0-39
|
|
937
|
-
|
|
938
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/config/browserslistTargetHandler.js[39m[22m [1m[32m9:13-28[39m[22m
|
|
939
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\config'
|
|
940
|
-
|
|
941
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/config/defaults.js[39m[22m [1m[32m8:11-24[39m[22m
|
|
955
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'fs' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\config'[39m[22m
|
|
956
|
-
@ ./node_modules/webpack/lib/index.js 328:10-66
|
|
957
|
-
@ ./src/index.js 7:0-39
|
|
958
|
-
|
|
959
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/config/defaults.js[39m[22m [1m[32m9:13-28[39m[22m
|
|
960
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\config'
|
|
961
|
-
|
|
962
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
970
|
-
@ ./node_modules/webpack/lib/index.js 328:10-66
|
|
971
|
-
@ ./src/index.js 7:0-39
|
|
972
|
-
|
|
973
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/config/normalization.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
974
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\config'
|
|
975
|
-
|
|
976
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
984
|
-
@ ./node_modules/webpack/lib/index.js 325:10-71
|
|
985
|
-
@ ./src/index.js 7:0-39
|
|
986
|
-
|
|
987
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/dependencies/ImportMetaPlugin.js[39m[22m [1m[32m8:26-40[39m[22m
|
|
988
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\dependencies'
|
|
989
|
-
|
|
990
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/dependencies/WorkerPlugin.js[39m[22m [1m[32m8:26-40[39m[22m
|
|
1003
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\dependencies'
|
|
1004
|
-
|
|
1005
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/hmr/lazyCompilationBackend.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1018
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'http' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\hmr'
|
|
1019
|
-
|
|
1020
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/index.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1033
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
1034
|
-
|
|
1035
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1043
|
-
@ ./src/index.js 7:0-39
|
|
1044
|
-
|
|
1045
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/javascript/JavascriptGenerator.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1046
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\javascript'
|
|
1047
|
-
|
|
1048
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js[39m[22m [1m[32m9:11-24[39m[22m
|
|
1061
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'vm' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\javascript'
|
|
1062
|
-
|
|
1063
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1071
|
-
@ ./node_modules/webpack/lib/index.js 211:9-56 379:10-57
|
|
1072
|
-
@ ./src/index.js 7:0-39
|
|
1073
|
-
|
|
1074
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/javascript/JavascriptParser.js[39m[22m [1m[32m11:11-24[39m[22m
|
|
1075
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'vm' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\javascript'
|
|
1076
|
-
|
|
1077
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1085
|
-
@ ./node_modules/webpack/lib/index.js 382:10-50
|
|
1086
|
-
@ ./src/index.js 7:0-39
|
|
1087
|
-
|
|
1088
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/node/nodeConsole.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1089
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\node'
|
|
1090
|
-
|
|
1091
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/rules/UseEffectRulePlugin.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1104
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\rules'
|
|
1105
|
-
|
|
1106
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/schemes/FileUriPlugin.js[39m[22m [1m[32m8:31-45[39m[22m
|
|
1120
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
|
|
1121
|
-
|
|
1122
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/schemes/HttpUriPlugin.js[39m[22m [1m[32m8:38-53[39m[22m
|
|
1135
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
|
|
1136
|
-
|
|
1137
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1145
|
-
@ ./node_modules/webpack/lib/index.js 556:11-45
|
|
1146
|
-
@ ./src/index.js 7:0-39
|
|
1147
|
-
|
|
1148
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/schemes/HttpUriPlugin.js[39m[22m [1m[32m9:16-30[39m[22m
|
|
1149
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'url' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
|
|
1150
|
-
|
|
1151
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1159
|
-
@ ./node_modules/webpack/lib/index.js 556:11-45
|
|
1160
|
-
@ ./src/index.js 7:0-39
|
|
1161
|
-
|
|
1162
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/schemes/HttpUriPlugin.js[39m[22m [1m[32m10:64-79[39m[22m
|
|
1163
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'zlib' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
|
|
1164
|
-
|
|
1165
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1173
|
-
@ ./node_modules/webpack/lib/index.js 556:11-45
|
|
1174
|
-
@ ./src/index.js 7:0-39
|
|
1175
|
-
|
|
1176
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/schemes/HttpUriPlugin.js[39m[22m [1m[32m19:30-45[39m[22m
|
|
1177
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'http' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
|
|
1178
|
-
|
|
1179
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1187
|
-
@ ./node_modules/webpack/lib/index.js 556:11-45
|
|
1188
|
-
@ ./src/index.js 7:0-39
|
|
1189
|
-
|
|
1190
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/schemes/HttpUriPlugin.js[39m[22m [1m[32m20:31-47[39m[22m
|
|
1191
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'https' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\schemes'
|
|
1192
|
-
|
|
1193
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1201
|
-
@ ./node_modules/webpack/lib/index.js 556:11-45
|
|
1202
|
-
@ ./src/index.js 7:0-39
|
|
1203
|
-
|
|
1204
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/serialization/FileMiddleware.js[39m[22m [1m[32m7:22-39[39m[22m
|
|
1205
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'buffer' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\serialization'
|
|
1206
|
-
|
|
1207
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/serialization/FileMiddleware.js[39m[22m [1m[32m8:21-38[39m[22m
|
|
1220
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'stream' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\serialization'
|
|
1221
|
-
|
|
1222
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/serialization/FileMiddleware.js[39m[22m [1m[32m15:4-19[39m[22m
|
|
1235
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'zlib' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\serialization'
|
|
1236
|
-
|
|
1237
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1250
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\stats'
|
|
1251
|
-
|
|
1252
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/util/createHash.js[39m[22m [1m[32m143:38-55[39m[22m
|
|
1265
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'crypto' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\util'
|
|
1266
|
-
|
|
1267
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1275
|
-
@ ./node_modules/webpack/lib/index.js 533:10-38
|
|
1276
|
-
@ ./src/index.js 7:0-39
|
|
1277
|
-
|
|
1278
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/util/deprecation.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1279
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\util'
|
|
1280
|
-
|
|
1281
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/util/fs.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1294
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\util'
|
|
1295
|
-
|
|
1296
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/util/identifier.js[39m[22m [1m[32m7:13-28[39m[22m
|
|
1309
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'path' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib\util'
|
|
1310
|
-
|
|
1311
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
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
|
-
[1m[31mERROR[39m[22m in [1m./node_modules/webpack/lib/webpack.js[39m[22m [1m[32m8:13-28[39m[22m
|
|
1324
|
-
[1mModule [1m[31mnot found[39m[22m[1m: [1m[31mError[39m[22m[1m: Can't resolve 'util' in 'C:\Users\josh_\OneDrive\Desktop\PROJECTS\GITHUB\DOThtml\node_modules\webpack\lib'
|
|
1325
|
-
|
|
1326
|
-
[1m[31mBREAKING CHANGE[39m[22m[1m: 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 }[39m[22m
|
|
1334
|
-
@ ./node_modules/webpack/lib/index.js 95:30-50 98:9-29
|
|
1335
|
-
@ ./src/index.js 7:0-39
|
|
1336
|
-
|
|
1337
|
-
[1m[33m83 errors have detailed information that is not shown.
|
|
1338
|
-
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.[39m[22m
|
|
1339
|
-
|
|
1340
|
-
webpack 5.50.0 compiled with [1m[31m83 errors[39m[22m and [1m[33m10 warnings[39m[22m in 17231 ms
|