Bundler-specific configurations in the Builder
Reproduction steps
After builder it hasn't docs for setup webpack. That's code to avoid errors:
{ test: /\.css$/i, use: ["style-loader", { loader: "css-loader", options: { url: { filter: (url) => { if (/^data:(image|font)/i.test(url)) { return false; } return true; }, }, }, }], },
Please update your instructions for setup from builder.
Current behavior
No response
Expected behavior
No response
Definition of Done
- Please leave this field for us. We will fill it during the backlog refinement session.
Relevant debug data
No response
Other details
No response
User agent
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Hi! The Builder (and editor) works with multiple bundlers, and we would need to provide multiple different setups. For now, we assumed that as an integrator, you own the bundler config.
In the future we may, provide more specific instructions, so I will keep this open.
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).