This website requires JavaScript.
Explore
Help
Sign In
Archives
/
tobspr_shapez.io
Watch
1
Star
0
Fork
0
You've already forked tobspr_shapez.io
mirror of
https://github.com/tobspr/shapez.io.git
synced
2025-12-16 19:51:50 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
966ab25dab
tobspr_shapez.io
/
gulp
/
mod.js
4 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Allowed setting of variables inside webpack modules
2022-01-28 14:33:37 +00:00
module
.
exports
=
function
(
source
,
map
)
{
Fix stringification of things inside of eval
2022-01-29 15:10:40 +00:00
return
source
+
`
\n
export let
$
s=(n,v)=>eval(n+"=v")
`
;
Allowed setting of variables inside webpack modules
2022-01-28 14:33:37 +00:00
}
;
Reference in New Issue
Copy Permalink