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

babel.config.js - github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60f7afa33e6217661fa1ac7f3c3c276d00d4217a (plain)
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
	plugins: ['@babel/plugin-syntax-dynamic-import'],
	presets: [
		[
			'@babel/preset-env',
			{
				"modules": false
			}
		]
	],
}