mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295
This commit is contained in:
@@ -46,7 +46,7 @@ const providePlugin = new webpack.ProvidePlugin({
|
||||
'moment': 'moment',
|
||||
'window.moment':'moment',
|
||||
process: 'process/browser',
|
||||
Buffer: ['buffer', 'Buffer'],
|
||||
Buffer: ['buffer', 'Buffer']
|
||||
});
|
||||
|
||||
// Helps in debugging each single file, it extracts the module files
|
||||
@@ -361,6 +361,7 @@ module.exports = [{
|
||||
entry: {
|
||||
'app.bundle': sourceDir + '/bundle/app.js',
|
||||
codemirror: sourceDir + '/bundle/codemirror.js',
|
||||
'security.pages': 'security.pages',
|
||||
sqleditor: './pgadmin/tools/sqleditor/static/js/index.js',
|
||||
schema_diff: './pgadmin/tools/schema_diff/static/js/index.js',
|
||||
erd_tool: './pgadmin/tools/erd/static/js/index.js',
|
||||
|
Reference in New Issue
Block a user