Unknown “encore_entry_link_tags” function when using Webpack Encore ^0.21.0

前端 未结 3 1479
野的像风
野的像风 2021-01-07 23:12

I would like to use the new version of Webpack encore to have access to all the new features it offers. however after following the steps in the official guide I can\'t make

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-07 23:51

    I finally got there. I replaced the twig links with the html they are replaced with, seems to work so far.

    Replace...

    {{ encore_entry_link_tags('app') }}
    
    {{ encore_entry_script_tags('app') }}
    

    ...with...

    
    

    and

    
    
    
    

提交回复
热议问题