Abdul
Results
1
comments of
Abdul
For anyone looking at ways to remove the use of `manifest.json`, here's a simple postbuild script that does the job. ```js // postbuild.js const fs = require("fs") // This could...