mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #18136 from overleaf/jpa-fix-i18n-scanner-glob
[web] instruct i18next-scanner to look at frontend code only GitOrigin-RevId: 094cc571810f142b535d0813c2002944a0e1ab9d
This commit is contained in:
@@ -5,7 +5,7 @@ const typescript = require('typescript')
|
||||
module.exports = {
|
||||
input: [
|
||||
'frontend/js/**/*.{js,jsx,ts,tsx}',
|
||||
'modules/**/*.{js,jsx,ts,tsx}',
|
||||
'modules/*/frontend/js/**/*.{js,jsx,ts,tsx}',
|
||||
'!frontend/js/vendor/**',
|
||||
],
|
||||
output: './',
|
||||
|
||||
Reference in New Issue
Block a user