You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
I was looking into how devtools was split out in the preact repo, and I had a couple questions before diving into a pull request. Currently there's only the single rollup config at the root of the project, but preact has several within a config/ subdirectory. Would you prefer moving to the subdirectory with both the existing and alias config, or keeping both at the root?
Or, the existing rollup config could export an array of configs, since the new aliases.js should be pretty minimal (module.exports = { /* insert 3-line json here */ };). Just wanted to see if you had a preference.