fix(swagger-ui-react): fix build scripts and allow releasing (#9191)
Refs https://github.com/swagger-api/swagger-ui/releases/tag/v5.6.0
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
module.exports = {
|
||||
"env": {
|
||||
"commonjs": {
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"debug": false,
|
||||
"modules": "commonjs",
|
||||
"loose": true,
|
||||
"targets": "maintained node versions",
|
||||
"forceAllTransforms": false,
|
||||
"ignoreBrowserslistConfig": true,
|
||||
}
|
||||
],
|
||||
"@babel/preset-react",
|
||||
],
|
||||
},
|
||||
"esm": {
|
||||
"presets": [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user