XCF-Babble / babble

说都不会话了。
GNU General Public License v3.0
66 stars 9 forks source link

Remove unneeded JS file declarations #82

Closed yvbbrjdr closed 5 years ago

yvbbrjdr commented 5 years ago

Since webpack will package all the dependencies of a TS file to the final JS file, we don't need to compile them or reference them in manifests and htmls.

Closes #75

Submitter Checklist