You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebPack is really cumbersome and difficult to use/maintain. For example, it bloats your package.json which can lead to slow down in the long term. A good alternative is parcel.js which is faster, requires much less configuration (its like that whole ruby paradigm where they minimise configuration and maximise convention) and has built in support for babel and sass which are already being used in this project. Just a suggestion/recommendation as it may not be particularly practical for this project.
😄 ✌️
The text was updated successfully, but these errors were encountered:
WebPack is really cumbersome and difficult to use/maintain. For example, it bloats your package.json which can lead to slow down in the long term. A good alternative is parcel.js which is faster, requires much less configuration (its like that whole ruby paradigm where they minimise configuration and maximise convention) and has built in support for babel and sass which are already being used in this project. Just a suggestion/recommendation as it may not be particularly practical for this project.
😄 ✌️
The text was updated successfully, but these errors were encountered: