mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Use Webpack Encore
This commit is contained in:
parent
04e757dcc8
commit
f261247766
18 changed files with 1271 additions and 256 deletions
|
@ -35,6 +35,7 @@ class AppKernel extends Kernel
|
|||
new Http\HttplugBundle\HttplugBundle(),
|
||||
new Sentry\SentryBundle\SentryBundle(),
|
||||
new Twig\Extra\TwigExtraBundle\TwigExtraBundle(),
|
||||
new Symfony\WebpackEncoreBundle\WebpackEncoreBundle(),
|
||||
];
|
||||
|
||||
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue