You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
Since all the paths in toolbox.json are written from the project root, I never imagined that was the wrong thing to do:
"images": [
"web/themes/wd/build/images/**/*"
],
So, we should either keep it like this (and then document why the path is relative to src), or change this to be consistent with the rest of the config. Cheers!
The text was updated successfully, but these errors were encountered:
tonifisler
changed the title
Webpack bundle paths in toolbox.json
Webpack bundle paths in toolbox.json - format is not consistant with other configs
Aug 21, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I joyfully set up the multiple Webpack bundles configuration like this:
And the build doesn't crash anything and just continues building the
app
bundle as if nothing was wrong.I should have written a path relative to the
src
value:Since all the paths in
toolbox.json
are written from the project root, I never imagined that was the wrong thing to do:So, we should either keep it like this (and then document why the path is relative to
src
), or change this to be consistent with the rest of the config. Cheers!The text was updated successfully, but these errors were encountered: