We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66b7d0f + 1c0f128 commit 341b683Copy full SHA for 341b683
config/fastboot.js
@@ -0,0 +1,9 @@
1
+module.exports = function () {
2
+ return {
3
+ buildSandboxGlobals(defaultGlobals) {
4
+ return Object.assign({}, defaultGlobals, {
5
+ atob: atob,
6
+ });
7
+ },
8
+ };
9
+};
0 commit comments