WoochanLee / BalanceTetris

Tetris built with vanilla javascript
9 stars 10 forks source link

refactor: Add Parcel as a bundler and Prettier to sync code convention #23

Closed znxkznxk1030 closed 3 years ago

znxkznxk1030 commented 3 years ago

Modern javascript code uses "requireJs" or "import" statement to reduce a complexity between codes.requireJS, import, ES6 I organized the reference relationship for each file, and it was bundled and applied to "index.html" just as before