Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 526ba7d4 authored by Simon Chan's avatar Simon Chan
Browse files

chore: fix build

parent 613bb85b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,8 +61,8 @@
        "**/util": "^0.12.0"
    },
    "scripts": {
        "build": "webpack && node scripts/loader.mjs",
        "build:watch": "webpack && node scripts/loader.mjs"
        "build": "webpack --progress && node scripts/loader.mjs",
        "build:watch": "webpack --progress && node scripts/loader.mjs"
    },
    "version": "1.0.197-nightly.1"
}
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ const config = {
            url: require.resolve("./browser/url.js"),
        },
        fallback: {
            assert: false,
            fs: false,
            http: false,
            https: false,