Fix assets directory in Docker and Webpack
This commit is contained in:
parent
7aee983f7e
commit
175f9c4853
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ let path = require('path')
|
|||
Encore
|
||||
.disableSingleRuntimeChunk()
|
||||
.cleanupOutputBeforeBuild()
|
||||
.setOutputPath('build/')
|
||||
.setOutputPath('source/build/')
|
||||
.setPublicPath('/build')
|
||||
.setManifestKeyPrefix('build/')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue