Kristof, Fooman
Kristof, Fooman
This is working for us. If you are able to supply a test case and a PR that addresses this happy to take a look.
I am guessing we would have some similar process to how the `upward.yml` files are currently read from all packages and then merged? For example `webpack.extend.js` in the package root...
Thanks @zetlen for getting back to me. I am not 100% sure that I understand the current plan. Are you saying for now we would have in my installation instructions...
@zetlen I am currently only speaking from the standpoint of non PWA Magento extensions. And from there I can totally second the need for simplification. Currently to install an extension...
@zetlen editing config.php by hand is not recommended. Magento reads all `etc/module.xml` files in which you can define a sequence (ie this module should come after this, this and that...
Thanks @williamdes - updated the description. In regards to dompdf I am unfortunately not sure either what the error entails. One thing which tcpdf does when in pdfa mode is...
@Jordaneisenburger Definitely related. I see #2281 as the use case where one is already customising venia-ui. The above would be trying to inject content completely via a separate package without...
@paales I am currently experimenting with something like this ``` diff --git packages/pwa-buildpack/lib/cli/create-project.js packages/pwa-buildpack/lib/cli/create-project.js index 2e2c9963..6750b4c1 100644 --- packages/pwa-buildpack/lib/cli/create-project.js +++ packages/pwa-buildpack/lib/cli/create-project.js @@ -220,11 +220,11 @@ module.exports.handler = async function buildpackCli(argv)...
fyi just built something interim https://github.com/fooman/pwa-studio-canary/actions which all going well should build and publish packages weekly from the develop branch of pwa-studio. Current week (24) outputs:https://canary-packages.fooman.com/pwa-create/package-2020-24.json and includes the references...