mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow reordering table columns using drag and drop in ERD Tool and create table. #4994
This commit is contained in:
@@ -430,7 +430,12 @@ module.exports = [{
|
||||
plugins: ['@babel/plugin-proposal-class-properties', '@babel/proposal-object-rest-spread'],
|
||||
},
|
||||
},
|
||||
}, {
|
||||
},{
|
||||
test: /\.m?js$/,
|
||||
resolve: {
|
||||
fullySpecified: false
|
||||
},
|
||||
},{
|
||||
test: /\.tsx?$|\.ts?$/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
|
Reference in New Issue
Block a user