mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
{
|
|
"presets": [
|
|
"es2015",
|
|
"stage-2",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"transform-es2015-modules-commonjs"
|
|
]
|
|
}
|