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
{{ message }}
This repository was archived by the owner on Sep 9, 2021. It is now read-only.
exports[`"inline" option should not work by default: result 1`] =`"{\\"postMessage\\":true,\\"onmessage\\":true}"`;
13
13
14
14
exports[`"inline" option should not work by default: warnings 1`] =`Array []`;
15
15
16
+
exports[`"inline" option should work with "fallback" value and "esModule" with "false" value: errors 1`] =`Array []`;
17
+
18
+
exports[`"inline" option should work with "fallback" value and "esModule" with "false" value: result 1`] =`"{\\"postMessage\\":true,\\"onmessage\\":true}"`;
19
+
20
+
exports[`"inline" option should work with "fallback" value and "esModule" with "false" value: warnings 1`] =`Array []`;
21
+
22
+
exports[`"inline" option should work with "fallback" value and "esModule" with "true" value: errors 1`] =`Array []`;
23
+
24
+
exports[`"inline" option should work with "fallback" value and "esModule" with "true" value: result 1`] =`"{\\"postMessage\\":true,\\"onmessage\\":true}"`;
25
+
26
+
exports[`"inline" option should work with "fallback" value and "esModule" with "true" value: warnings 1`] =`Array []`;
27
+
16
28
exports[`"inline" option should work with "fallback" value and the "devtool" option ("source-map" value): errors 1`] =`Array []`;
17
29
18
30
exports[`"inline" option should work with "fallback" value and the "devtool" option ("source-map" value): result 1`] =`"{\\"postMessage\\":true,\\"onmessage\\":true}"`;
@@ -25,6 +37,18 @@ exports[`"inline" option should work with "fallback" value: result 1`] = `"{\\"p
25
37
26
38
exports[`"inline" option should work with "fallback" value: warnings 1`] =`Array []`;
27
39
40
+
exports[`"inline" option should work with "no-fallback" value and "esModule" with "false" value: errors 1`] =`Array []`;
41
+
42
+
exports[`"inline" option should work with "no-fallback" value and "esModule" with "false" value: result 1`] =`"{\\"postMessage\\":true,\\"onmessage\\":true}"`;
43
+
44
+
exports[`"inline" option should work with "no-fallback" value and "esModule" with "false" value: warnings 1`] =`Array []`;
45
+
46
+
exports[`"inline" option should work with "no-fallback" value and "esModule" with "true" value: errors 1`] =`Array []`;
47
+
48
+
exports[`"inline" option should work with "no-fallback" value and "esModule" with "true" value: result 1`] =`"{\\"postMessage\\":true,\\"onmessage\\":true}"`;
49
+
50
+
exports[`"inline" option should work with "no-fallback" value and "esModule" with "true" value: warnings 1`] =`Array []`;
51
+
28
52
exports[`"inline" option should work with "no-fallback" value and the "devtool" option ("source-map" value): errors 1`] =`Array []`;
29
53
30
54
exports[`"inline" option should work with "no-fallback" value and the "devtool" option ("source-map" value): errors 2`] =`Array []`;
0 commit comments