3

Ok, I'm very pleased that angular-cli exists. Hooray for standards!

However, I am a little disturbed that webpack is operating somewhere in the depths of the angular-cli code and there is not, for example, a webpack.config.js.

What gives? How do I configure loaders? Plugins? Is ng serve using the webpack server in the background?

Can someone elucidate?

2 Answers 2

2

There is no way to configure webpack with angular-cli presently and it sounds like it's not coming soon: https://github.com/angular/angular-cli/issues/1656

Sign up to request clarification or add additional context in comments.

1 Comment

Do you have any idea how can I configure webpack alias using angular2-cli?
1

You can do that things from cli.json file inside your project.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.