Set min node version in package.json
v14.13.0 is required for CommonJS named imports to work properly.
This commit is contained in:
parent
1142145c6d
commit
0063a5a372
2 changed files with 6 additions and 0 deletions
|
@ -24,5 +24,8 @@
|
|||
"source": "index.html",
|
||||
"publicUrl": "."
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.13.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue