feat!: module & commonjs in browserslist

BREAKING CHANGE: support module, and commonjs types
This commit is contained in:
Ismo Vuorinen
2024-08-21 17:38:30 +03:00
parent 2de156e2c0
commit 93ea840406
4 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
'use strict'
module.exports = ['defaults and fully supports es6-module', 'maintained node versions']