浏览代码

Correctif services.yaml

master
Guillaume 3 年前
父节点
当前提交
40913dc2b8
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      config/services.yaml
  2. +1
    -0
      webpack.config.js

+ 1
- 0
config/services.yaml 查看文件

@@ -60,3 +60,4 @@ services:

# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones


+ 1
- 0
webpack.config.js 查看文件

@@ -44,6 +44,7 @@ Encore
*/
.addEntry('adminlte-common', './Lc/SovBundle/Resources/assets/app/adminlte/common/app.common.js')
.addEntry('adminlte-index', './Lc/SovBundle/Resources/assets/app/adminlte/index/app.index.js')
.addEntry('adminlte-form', './Lc/SovBundle/Resources/assets/app/adminlte/form/app.form.js')
.addEntry('adminlte-field-filemanager', './Lc/SovBundle/Resources/assets/app/adminlte/field/filemanager/app.filemanager.js')
.addEntry('adminlte-field-collection', './Lc/SovBundle/Resources/assets/app/adminlte/field/collection/app.collection.js')


正在加载...
取消
保存