mirror of
https://github.com/embarklabs/swarm-api.git
synced 2026-08-27 15:51:16 +00:00
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.
10 lines
212 B
HTML
10 lines
212 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>SwarmJS — standalone</title>
|
|
<script src="swarmjs.min.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|