mirror of
https://github.com/VinceG/vue-web-cam.git
synced 2025-12-19 03:19:35 -06:00
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
{
|
|
"presets": [["@babel/preset-env", { "modules": false }]],
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-transform-object-assign",
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
]
|
|
}
|