Add warning when selected and detected language is different in web UI (#33042)
This commit is contained in:
parent
329a9e1ac1
commit
8962f11578
6 changed files with 113 additions and 6 deletions
|
@ -4,7 +4,7 @@ const { env, settings } = require('../configuration');
|
|||
|
||||
// Those modules contain modern ES code that need to be transpiled for Webpack to process it
|
||||
const nodeModulesToProcess = [
|
||||
'@reduxjs', 'fuzzysort'
|
||||
'@reduxjs', 'fuzzysort', 'toygrad'
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue