Skip to content

Commit b80237d

Browse files
committed
chore: add fastboot config
1 parent 4055258 commit b80237d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/fastboot.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)