Matt Karl
Matt Karl
@jnsmalm you may consider using @ShukantPal's [`@pixi-build-tools/rollup-configurator`](https://www.npmjs.com/package/@pixi-build-tools/rollup-configurator) see https://github.com/pixijs/pixi-plugin-example for an example.
How does `mainFields` interact (if at all) with import/require exports? ``` module.exports = { //... resolve: { mainFields: ['browser', 'main', 'module'], }, }; ```
I think this is an issue you should also consider raising on Webpack.
I created another simple example for a workaround of folks discovering this: https://github.com/bigtimebuddy/webpack-esm-cjs-mix-example
@orange4glace would love to get this in v7. Would you might resolving these conflicts?
@Redgeioz Could you provide more information about your environment (browser, os)? Here's a working reproduction: https://jsfiddle.net/bigtimebuddy/hkLnz5o2/ I'm not reproduce this on latest Chrome on macOS or iOS.
Support for RTL is definitely a feature request. PR welcome for someone that wants to add!
The Text object in Pixi uses a context2d to render text. The issue here is that when letter-spacing is applied (> 0) we manually draw each character. There's an assumption...
That's true @eXponenta so this is probably be a much bigger task for ligature-heavy languages
Please create a reproduction so that we can debug.