Output path

pull/9/head
Raphael Cerveaux 2018-05-20 16:59:26 +02:00 committed by GitHub
parent f6aec50531
commit 1d1ef8887d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()