Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.babelrc.js - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b585cfd07d34b974b527008c22437b0fc543507 (plain)
1
2
3
4
5
6
7
8
module.exports = {
	plugins: [
		'@babel/plugin-syntax-dynamic-import',
	],
	presets: [
		[ '@babel/preset-env', { useBuiltIns: 'usage', corejs: 3 } ],
	]
}