File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,15 @@ const devConfig = {
15
15
filename : '[name].[hash].js'
16
16
} ,
17
17
devtool : 'eval-source-map' ,
18
+ resolve : {
19
+ fallback : {
20
+ process : 'process/browser.js' ,
21
+ } ,
22
+ } ,
18
23
plugins : [
19
24
htmlPlugin ,
20
25
new webpack . ProvidePlugin ( {
21
- process : 'process/browser'
26
+ process : 'process/browser.js '
22
27
} )
23
28
] ,
24
29
module : {
Original file line number Diff line number Diff line change 27
27
" forms" ,
28
28
" javascript"
29
29
],
30
- "devDependencies" : {},
30
+ "devDependencies" : {
31
+ "process" : " ^0.11.10"
32
+ },
31
33
"dependencies" : {
32
34
"final-form" : " ^4.20.4" ,
33
35
"final-form-arrays" : " ^3.0.2" ,
Original file line number Diff line number Diff line change @@ -16565,6 +16565,11 @@ process-nextick-args@~2.0.0:
16565
16565
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
16566
16566
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
16567
16567
16568
+ process@^0.11.10:
16569
+ version "0.11.10"
16570
+ resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
16571
+ integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
16572
+
16568
16573
progress@^2.0.0, progress@^2.0.3:
16569
16574
version "2.0.3"
16570
16575
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
You can’t perform that action at this time.
0 commit comments