Output path
parent
f6aec50531
commit
1d1ef8887d
|
@ -2,7 +2,7 @@ var Encore = require('@symfony/webpack-encore');
|
|||
|
||||
Encore
|
||||
// the project directory where compiled assets will be stored
|
||||
.setOutputPath('client/public')
|
||||
.setOutputPath('public')
|
||||
// the public path used by the web server to access the previous directory
|
||||
.setPublicPath('/public')
|
||||
.cleanupOutputBeforeBuild()
|
||||
|
|
Loading…
Reference in New Issue