Files
swarm-api/index.html
T
emizzle a9fe1ff313 Split module between nodejs and browser
Somehow when embark webpacks the dapp, it is still seeing the ‘fs’ object, which of course it doesn’t know about, so it is complaining about a missing module. Any help would be greatly appreciated.
2018-09-10 21:34:39 +10:00

10 lines
212 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>SwarmJS &mdash; standalone</title>
<script src="swarmjs.min.js"></script>
</head>
<body></body>
</html>