قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-24 16:07:37 +00:00
19 خطوط
389 B
JavaScript
19 خطوط
389 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@vue/cli-plugin-babel/preset', {
|
|
polyfills: [
|
|
'es.array.iterator',
|
|
'es.promise',
|
|
'es.object.assign',
|
|
'es.promise.finally',
|
|
'es.object.entries',
|
|
'es.object.values',
|
|
'es.string.trim',
|
|
'es.string.replace-all',
|
|
|
|
// TODO: what else do we want included?
|
|
],
|
|
}],
|
|
],
|
|
};
|