mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 20:02:14 +08:00
reverting babel change
This commit is contained in:
@ -44,7 +44,7 @@ module.exports = merge(common, {
|
|||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
test: /(?!.*\.test)\.(ts|tsx)$/,
|
test: /\.tsx?$/,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
use: [
|
use: [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user