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