yireo-training / vsf1-local-webpack

Optimized Webpack configuration for Vue Storefront 1 development
11 stars 3 forks source link

Read server config before using defaults #5

Open slri opened 3 years ago

slri commented 3 years ago

In original VSF repo, their yarn dev runs off of server.ts which pulls info from config: https://github.com/vuestorefront/vue-storefront/blob/master/core/scripts/server.ts#L326-L329

We should try to do the same or similar here if possible.