-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Build with watch mode #194
Comments
Run |
How can i specify output folder? |
NG6-starter doesn't provide you any dev builds. It only have webpack-dev-server which stores all build results in memory. If you want, you can add custom script which starts webpack using different config (other than |
@kuzyas Could you provide more info about your usecase? Why do you need dev builds (why not just use webpack-dev-server) |
I have api on Sharepoint server, when I am making http request from |
@kuzyas so you have problems with CORS on sharepoint server? What you could do, is to use browsersync proxy to eliminate preflight requests on sharepoint server. Could this help? |
Thanks, I have solved CORS problem earlier with proxy. |
I leave this issue opened since there are real use cases when you can't change server settings. Will try to update webpack configs and run scripts asap. |
Is there a way to build project for development with watch parameter?
Something like this: npm run build:dev --watch
The text was updated successfully, but these errors were encountered: