phpmyadmin/babel.config.json
Maurício Meneghini Fauth c287ebd805 Set sourceType to script for Babel
This does not add the 'use strict' statement for JS files.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 14:49:14 -03:00

5 lines
69 B
JSON

{
"presets": ["@babel/preset-env"],
"sourceType": "script"
}