HubSpot / cms-vue-boilerplate

Boilerplate Vue project for creating apps using modules on the HubSpot CMS
Other
17 stars 8 forks source link

start script does not upload in development mode #2

Open TheWebTech opened 4 years ago

TheWebTech commented 4 years ago

yarn start

Does not use development mode, so you can't use the vue browser extension to debug your code.

https://github.com/HubSpot/cms-vue-boilerplate/blob/0ae098e3aad35c294e36e9557e2ddc3c710b9f6e/package.json#L10

angrynerds-beniamin commented 3 years ago

@TheWebTech I was using "--mode development" until my main.js file exceeded 1.5MiB and I was unable to upload it to Hubspot: image

Now I can't work on my app anymore. I think this is a reason why devs didn't add configuration with "--mode development" to package.json.