mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added the ability to detect and warn users about bidirectional Unicode characters. Fixes #7002
This commit is contained in:
@@ -338,6 +338,9 @@ var getThemeWebpackConfig = function(theme_name) {
|
||||
modules: ['node_modules', '.'],
|
||||
extensions: ['.js'],
|
||||
unsafeCache: true,
|
||||
fallback: {
|
||||
'fs': false
|
||||
},
|
||||
},
|
||||
// Watch mode Configuration: After initial build, webpack will watch for
|
||||
// changes in files and compiles only files which are changed,
|
||||
@@ -562,6 +565,9 @@ module.exports = [{
|
||||
modules: ['node_modules', '.'],
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx'],
|
||||
unsafeCache: true,
|
||||
fallback: {
|
||||
'fs': false
|
||||
},
|
||||
},
|
||||
// Watch mode Configuration: After initial build, webpack will watch for
|
||||
// changes in files and compiles only files which are changed,
|
||||
|
Reference in New Issue
Block a user