mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
568044ee48
commit
afca054a22
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const typescript = require('typescript')
|
||||||
module.exports = {
|
module.exports = {
|
||||||
input: [
|
input: [
|
||||||
'frontend/js/**/*.{js,jsx,ts,tsx}',
|
'frontend/js/**/*.{js,jsx,ts,tsx}',
|
||||||
'modules/**/*.{js,jsx,ts,tsx}',
|
'modules/*/frontend/js/**/*.{js,jsx,ts,tsx}',
|
||||||
'!frontend/js/vendor/**',
|
'!frontend/js/vendor/**',
|
||||||
],
|
],
|
||||||
output: './',
|
output: './',
|
||||||
|
|
Loading…
Reference in a new issue