Closed ForsakenHarmony closed 5 years ago
@forsakenharmony there is no build step to this project yet, do you think your changes will be supported for the preact-cli supported node versions?
Destructuring is node 6+, includes is node 4+
preact-cli is node 8+ because of async await
Will publish ASAP
For the sample config, it's basically just require.resolve
instead of just the string in .babelrc or whatever else
added a test for this change
Can you provide a sample config which these changes are targeting?