Skip to content

Commit df1dff6

Browse files
There is no public folder in 3.4
There is no public/ folder in 3.4 instead there is web/ folder.
1 parent 76132e8 commit df1dff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation-no-flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Next, create a new ``webpack.config.js`` file at the root of your project:
3939
4040
Encore
4141
// directory where compiled assets will be stored
42-
.setOutputPath('public/build/')
42+
.setOutputPath('web/build/')
4343
// public path used by the web server to access the output path
4444
.setPublicPath('/build')
4545
// only needed for CDN's or sub-directory deploy

0 commit comments

Comments
 (0)