You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cssMinify: false,// TODO: workaround for CSS syntax error from SForms library that should be resolved by https://github.com/kbss-cvut/s-forms/issues/283
34
49
},
35
-
cssMinify: false,// TODO: workaround for CSS syntax error from SForms library that should be resolved by https://github.com/kbss-cvut/s-forms/issues/283
36
-
},
37
-
define: {
38
-
"process.env": process.env,// workaround for parse-link-header library that depends on 2 vars defined in `process.env`, see https://github.com/thlorenz/parse-link-header/issues/31
39
-
},
40
-
resolve: {
41
-
alias: {
42
-
querystring: "querystring-es3",// workaround for parse-link-header library that replaces nodejs builtin module with the module adapted for browser
43
-
url: "url-parse",// workaround for parse-link-header library that replaces nodejs builtin module with the module adapted for browser
50
+
define: {
51
+
"process.env": process.env,// workaround for parse-link-header library that depends on 2 vars defined in `process.env`, see https://github.com/thlorenz/parse-link-header/issues/31
52
+
},
53
+
resolve: {
54
+
alias: {
55
+
querystring: "querystring-es3",// workaround for parse-link-header library that replaces nodejs builtin module with the module adapted for browser
56
+
url: "url-parse",// workaround for parse-link-header library that replaces nodejs builtin module with the module adapted for browser
0 commit comments