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.
Copy file name to clipboardExpand all lines: test/__snapshots__/inline-option.test.js.snap
+6
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,12 @@ exports[`"inline" option should work with "no-fallback" value and "esModule" wit
55
55
56
56
exports[`"inline" option should work with "no-fallback" value and "esModule" with "true" value: warnings 1`] =`Array []`;
57
57
58
+
exports[`"inline" option should work with "no-fallback" value and the "devtool" option ("eval-source-map" value): errors 1`] =`Array []`;
59
+
60
+
exports[`"inline" option should work with "no-fallback" value and the "devtool" option ("eval-source-map" value): result 1`] =`"{\\"postMessage\\":true,\\"onmessage\\":true}"`;
61
+
62
+
exports[`"inline" option should work with "no-fallback" value and the "devtool" option ("eval-source-map" value): warnings 1`] =`Array []`;
63
+
58
64
exports[`"inline" option should work with "no-fallback" value and the "devtool" option ("source-map" value): errors 1`] =`Array []`;
59
65
60
66
exports[`"inline" option should work with "no-fallback" value and the "devtool" option ("source-map" value): errors 2`] =`Array []`;
0 commit comments