|
1 |
| -Webpack Encore: A Simple & Powerful Webpack API |
2 |
| -=============================================== |
| 1 | +# Webpack Encore: A Simple & Powerful Webpack API |
3 | 2 |
|
4 |
| -Webpack Encore is a simpler way to integrate `Webpack`_ into your |
| 3 | +Webpack Encore is a simpler way to integrate [Webpack](https://webpack.js.org/) into your |
5 | 4 | application. It *wraps* Webpack, giving you a clean & powerful API
|
6 | 5 | for bundling JavaScript modules, pre-processing CSS & JS and compiling
|
7 | 6 | and minifying assets. Encore gives you professional asset system
|
8 | 7 | that's a *delight* to use.
|
9 | 8 |
|
10 |
| -Encore is inspired by `Webpacker`_ and `Mix`_, but stays in the spirit of |
| 9 | +Encore is inspired by [Webpacker](https://github.com/rails/webpacker) and |
| 10 | +[Mix](https://laravel.com/docs/5.4/mix), but stays in the spirit of |
11 | 11 | Webpack: using its features, concepts and naming conventions for a familiar
|
12 | 12 | feel. It aims to solve the most common Webpack use cases.
|
13 | 13 |
|
14 |
| -.. tip:: |
| 14 | +> Encore is made by Symfony and works *beautifully* in Symfony applications. |
| 15 | +> But it can easily be used in any application... in any language! |
15 | 16 |
|
16 |
| - Encore is made by `Symfony`_ and works *beautifully* in Symfony applications. |
17 |
| - But it can easily be used in any application... in any language! |
| 17 | +## Documentation |
18 | 18 |
|
19 |
| -Documentation |
20 |
| -------------- |
21 |
| - |
22 |
| -`Read the Documentation on symfony.com`_ |
23 |
| - |
24 |
| -.. _`Webpack`: https://webpack.js.org/ |
25 |
| -.. _`Webpacker`: https://github.com/rails/webpacker |
26 |
| -.. _`Mix`: https://laravel.com/docs/5.4/mix |
27 |
| -.. _`Read the Documentation on symfony.com`: http://symfony.com/doc/current/frontend.html |
| 19 | +[Read the Documentation on symfony.com](http://symfony.com/doc/current/frontend.html) |
0 commit comments