James Amner

Results 4 comments of 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...