UNPKG

cleanjs

Version:

Replaces all the require(file.js) and export statements in file with the actual file cotent, and compiles them into one single perfect JavaScript file for the whole project.

13 lines 181 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "sourceMap": true, "types": [ "typings.json" ] }, "exclude": [ "node_modules" ] }