javascript-tutorial / server

Server for the Modern Javascript Tutorial
https://javascript.info
Other
452 stars 138 forks source link

Remove unnecessary 'require' #16

Closed KenjiI closed 6 years ago

KenjiI commented 6 years ago

When I use the latest commit(0c9a4aa65d11e24fb7e5e3e4d43279ee93f5bd61) and execute "./edit", not found error would be occurred because 'sidebar' is no longer exist(move to jsengine). This patch is for that.