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