mirror of
https://github.com/gosticks/vue-webshop.git
synced 2025-10-16 12:05:40 +00:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
{
|
|
"presets": ["es2015", "stage-2"],
|
|
"plugins": ["transform-runtime"],
|
|
"comments": false,
|
|
"env": {
|
|
"test": {
|
|
"plugins": [ "istanbul" ]
|
|
}
|
|
}
|
|
}
|