経験は何よりも饒舌

10年後に真価を発揮するかもしれないブログ 

2020-10-18から1日間の記事一覧

Rethinking about role of Babel and webpack

I rethink about role of Babel and webpack. Initial state of my code is here.First, don't use webpack or Babel. It means edit index.html as below. <html> ... <body> <script src="../src/js/app.js"></script> </body> </html> ``` When previewed it in the browser(Chrome), get the following…