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

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