Niklas Raab
Niklas Raab

Reputation: 1736

Angular 2 Universal prerendering without Webpack

I'd like the idea of serverside prerendering, with Angular Universal. The page loads faster, webcrawler can index them easier and you can provide previews of your Website.

But i've been working a long time with Webpack, and can say I hate it, because it's so complexe. (That's only my opinion, properbly there are a lot of developers who love Webpack).

Now my question: Is it possible to use Angular Universal without Webpack, or are there any alternatives?

What I am plan to use:

Upvotes: 1

Views: 300

Answers (1)

Niklas Raab
Niklas Raab

Reputation: 1736

I've asked the angular team via GitHub, and SystemJs will also be supported. But not at the moment, because they are merging the Universal project into Angular Core.

Upvotes: 1

Related Questions