Skip to content

Commit 38ae6bc

Browse files
authored
chore: convert CJS to ESM (#5699)
1 parent 531bca4 commit 38ae6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@lwc/perf-benchmarks/best.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
66
*/
77

8-
module.exports = {
8+
export default {
99
projectName: 'lwc',
1010
mainBranch: 'master',
1111
// This number is a tradeoff: higher = less variance, lower = less time spent running in CI

0 commit comments

Comments
 (0)