Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Parcel for build #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use Parcel for build #1

wants to merge 1 commit into from

Conversation

devongovett
Copy link
Owner

screen shot 2018-03-25 at 8 58 37 pm

@pi0
Copy link

pi0 commented Mar 28, 2018

Great! Do we have SSR support too? :O

@marudor
Copy link

marudor commented Mar 29, 2018

This shows parcels weakness by the way.
Old Bundle size (dist folder no .map files): 432k.
New Bundle size (dist folder no .map files): 708k.
So ~64% bigger.

@devongovett
Copy link
Owner Author

@pi0 not yet. That might be challenging since we don't support framework specific things in the dev server. You'd want your own server anyway though, since you shouldn't use Parcel's dev server in production.

@marudor bigger than what? The previous version of Parcel did not support Vue files.

@marudor
Copy link

marudor commented Apr 2, 2018

Bigger compared to webpack.

@aldrinmartoq
Copy link

aldrinmartoq commented Apr 3, 2018

@devongovett Just a question: it's missing the service worker stuff, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants