James Amner
James Amner
i don't have this issue safari 5.0.2 os-x 10.6.5
Timber can be installed in other methods/contexts, so would be better to check `if (class_exists(“Timber”))`
You can have multiple entry points using `webpack.config.js` at the root of your project with something like: ```js const defaultConfig = require( '@wordpress/scripts/config/webpack.config' ); module.exports = { ...defaultConfig, entry: {...
@xsonic I'm not sure, I don't use `--hot`. But it's only providing webpack with additional entry-points, so it's not likely to cause any issues. I'm assuming you have hot-reloading sets...
Related: [#34741](https://github.com/WordPress/gutenberg/issues/34741)
I'm happy to take this on and produce a PR, but I guess the `needs-discussion` on this is around determining the best way to allow theme & plugin developers to...
I see now why this has been on the back-burner for a while and why more discussion is needed! I was naïve to think this wouldn't be a particularly large...
Further thoughts on this, the ability to edit the theme colour palette exists within the site editor, so any solution will require a suitable design to support this. This may...