aboutsummaryrefslogtreecommitdiffstats
path: root/playgrounds
Commit message (Expand)AuthorAgeFilesLines
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-1311-131/+100
* typos (#1179)ordago2020-12-171-1/+1
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-015-5/+5
* Implemented random colors and added back the playgroundsSaivan2018-12-029-1/+228
* Allowed the origin to stay fixed as we animate transformsSaivan2018-06-262-14/+22
* Fixed all of the low hanging problems so declarative worksSaivan2018-05-261-43/+33
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-052-5/+9
* Fixed most of the tests relating to transformationsSaivan2018-03-041-2/+1
* Added matrix composition and decompositionsSaivan2018-03-036-66/+213
* All transformations except fx and Transformations are passing nowSaivan2018-03-021-9/+17
* Investigating a possible rbox issue when transformingSaivan2018-03-021-5/+13
* Fixed a few more specifications regarding the new transformsSaivan2018-03-022-4/+19
* Implemented new transformationsSaivan2018-03-022-9/+30
* Made developing a little more enjoyableSaivan2018-02-273-0/+76
date-code-signing-crl'>automated/noid/stable30-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/settings/.babelrc.js
blob: a1690d0d862226d1fb5c1ec05b2f1a1d8c776a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
	plugins: ['@babel/plugin-syntax-dynamic-import'],
	presets: [
		[
			'@babel/preset-env',
			{
				targets: {
					browsers: ['last 2 versions', 'ie >= 11']
				}
			}
		]
	]
}