Tomas
Tomas
Oh, okay, I see what's going on. Whenever you run either `npm run start` or `npm run build`, WebpackConfigHelper.js wipes the entire dist folder, re-fills it, and regenerates the manifest.json....
Gutenberg docs would be helpful! I have it set up and working well for my blocks already, but it'd be excellent to see a more official setup for achieving that....
Okay thanks, I'll see if I can get some time to look into it once my current project is nearing finish.
Any progress on this? Running into the same issue: "Bundle group cannot have more than one entry bundle of the same type" when trying to import the same file via...
For now, I'm bypassing the issue by creating a separate file that imports the file I'm after. Using @TobiasSchikora 's filename examples, assets/src/shared still contains the shared things I want...
I'm experiencing the same issue. The pa11y command has the --debug option, but I'm not seeing something similar for pa11y-ci, so it's hard to debug. Is there some way to...
That makes sense, been having a few minor issues still with arm and various other tools that haven’t seen updates yet. Is it possible to comment out the extension manually...
Thanks @tylercherpak , I'll just use the docker desktop dashboard for the time being.
Perfect, thanks for the quick reply!
Note that the appender will now also not appear given the following code—Is this no longer recommended? ```js const Edit = (props) => { const { className } = props;...