We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6088d32 commit bd5d036Copy full SHA for bd5d036
frontend/encore/simple-example.rst
@@ -22,7 +22,7 @@ Inside, use Encore to help generate your Webpack configuration.
22
var Encore = require('@symfony/webpack-encore');
23
24
Encore
25
- // directory where should all compiled assets will be stored
+ // directory where all compiled assets will be stored
26
.setOutputPath('web/build/')
27
28
// what's the public path to this directory (relative to your project's document root dir)
0 commit comments