1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-24 16:07:37 +00:00
Files
matomo/plugins/CoreVue/polyfills/babel.config.js
2022-04-19 09:46:50 +12:00

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?
],
}],
],
};