next.js
f437ebb2 - feat(next-core): expand matching js extensions for the rules (#61745)

Commit
1 year ago
feat(next-core): expand matching js extensions for the rules (#61745) ### What? fixes unexpected use client build warning in some applications. We've consolidated all the ecmaplugins into custom rules. It behaves different for the ecma inputs, while plugin runs any ecmascript inputs rules only runs with matching target. The culprit module in question was published as `.mjs`, so the necessary transform didn't ran. Closes PACK-2419
Author
Parents
Loading