mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Monitor connection and transaction status in the query tool. Fixes #2475
This commit is contained in:
committed by
Dave Page
parent
82aa8035c2
commit
8520871bc6
@@ -268,6 +268,12 @@ module.exports = {
|
||||
}, {
|
||||
test: /\.(eot|svg|ttf|woff|woff2)$/,
|
||||
loader: 'file-loader?name=fonts/[name].[ext]',
|
||||
include: [
|
||||
/node_modules/,
|
||||
path.join(sourceDir, '/css/'),
|
||||
path.join(sourceDir, '/scss/'),
|
||||
path.join(sourceDir, '/fonts/'),
|
||||
],
|
||||
exclude: /vendor/,
|
||||
}, {
|
||||
test: /\.scss$/,
|
||||
|
||||
Reference in New Issue
Block a user