We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d65ab commit 39f6f78Copy full SHA for 39f6f78
.babelrc
lib/micropython.js
@@ -76,7 +76,7 @@ var mainProgram = function()
76
77
Module["onRuntimeInitialized"] = mainProgram;
78
79
-if (true) { //typeof webpackJsonp !== 'object') {
+if (typeof webpackJsonp !== 'object') {
80
const fs = require('fs')
81
const path = require('path')
82
console.log(fs)
package.json
@@ -27,7 +27,6 @@
27
"homepage": "https://github.com/rafi16jan/micropython-wasm#readme",
28
"dependencies": {
29
"arraybuffer-loader": "^1.0.7",
30
- "babel-plugin-static-fs": "^1.2.0",
31
"node-fetch": "^2.6.0",
32
"raw-loader": "^2.0.0"
33
}
0 commit comments