Allow reordering table columns using drag and drop in ERD Tool and create table. #4994

This commit is contained in:
Aditya Toshniwal
2022-10-03 11:18:22 +05:30
committed by GitHub
parent 869b90121c
commit 406119d96c
10 changed files with 250 additions and 49 deletions

View File

@@ -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',