10 lines
164 B
Text
10 lines
164 B
Text
|
{
|
||
|
"presets": [
|
||
|
"airbnb"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"add-module-exports",
|
||
|
["transform-replace-object-assign", { "moduleSpecifier": "object.assign" }],
|
||
|
],
|
||
|
}
|