Fix not working images after moving to encore
This commit is contained in:
parent
883a6be834
commit
fceb7db11d
BIN
public/img/favicon.png
Normal file
BIN
public/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 383 B |
BIN
public/img/kadet.png
Normal file
BIN
public/img/kadet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
public/img/logo.png
Normal file
BIN
public/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
public/img/overlay.png
Normal file
BIN
public/img/overlay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -18,6 +18,7 @@ Encore
|
|||||||
config.useBuiltIns = 'usage';
|
config.useBuiltIns = 'usage';
|
||||||
config.corejs = 3;
|
config.corejs = 3;
|
||||||
})
|
})
|
||||||
|
.copyFiles({ from: './assets/img', to: '../img/[path]/[name].[ext]' })
|
||||||
.autoProvidejQuery()
|
.autoProvidejQuery()
|
||||||
.autoProvideVariables({ Popper: ['popper.js', 'default'] })
|
.autoProvideVariables({ Popper: ['popper.js', 'default'] })
|
||||||
.enableSassLoader()
|
.enableSassLoader()
|
||||||
|
Loading…
Reference in New Issue
Block a user