Closed H4Mm3r closed 10 months ago
Seems that replacing the whole content of config/packages/webpack_encore.yaml
with
webpack_encore: output_path: '%kernel.project_dir%/public/build' builds: bootstrapTheme: '%kernel.project_dir%/public/bootstrap-theme'
is fixing the behaviour, you can't just adjust needed lines. Am I right ?
Hello,
On a fresh Sulius 1.11.7 install :
I'm following this repository documentation.
First
yarn encore dev
run :After
yarn add sass-loader@^4.0.0 node-sass lodash.throttle -D
:So if I follow the warning
WARNING Webpack Encore requires version ^13.0.0 of sass-loader, but your version (4.1.1) is too old. The related feature will probably *not* work correctly."
withyarn add @symfony/webpack-encore sass-loader@^13.0.0 node-sass lodash.throttle -D
:An exception has been thrown during the rendering of a template ("Asset manifest file "/opt/sylius/dev/public/build/manifest.json" does not exist. Did you forget to build the assets with npm or yarn?").
Thanks by advance. H4Mm3r