Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 2c57ee6

Browse files
fix: typo + file mode
1 parent a46ecda commit 2c57ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/tools/polyfill.js

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function updateBabelConfig (api) {
3232
})
3333
}
3434

35-
function updateBrowserslist (api) {
35+
function updateBrowsersList (api) {
3636
helpers.updateFile(api, './.browserslistrc', lines => {
3737
if (!lines.length) {
3838
return [

0 commit comments

Comments
 (0)