mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Slight change
This commit is contained in:
parent
9a7ef62b9e
commit
c5d81ce8b5
@ -1,3 +1,3 @@
|
||||
module.exports = function (source, map) {
|
||||
return source + `\nexport const __$S__=(n,v)=>eval("function(v){" + n + "=v}")(v)`;
|
||||
return source + `\nexport const __$S__=(n,v)=>eval("(function(v){" + n + "=v})")(v)`;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user