lvnam96 / contactsbook

A simple full-stack implementation of a birthdays management tool
https://contacts.garyle.me/
MIT License
0 stars 0 forks source link

Code-splitting #3

Open lvnam96 opened 5 years ago

lvnam96 commented 5 years ago

Tutorials

Initial unnecessary code:

lvnam96 commented 5 years ago

After installed @babel/plugin-syntax-dynamic-import, webpack compilation failed:

Module parse failed: Unexpected token (xx:xx)
You may need an appropriate loader to handle this file type.

More info: webpack/webpack#8656 Follow the link above for a workaround.