Ui 2 mui to sui conversion (#5633)
* Split chip rendering from input * Slider component * Render Chip without MUI * Adjust InputChip styling * Remove mui chip input * Remove mui-chip-input from build * Convert input to sui
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
|
||||
module.exports = {
|
||||
test: /\.js$/,
|
||||
include: /node_modules\/(get-own-enumerable-property-symbols|material-chip-input|ethereumjs-tx|stringify-object)/,
|
||||
include: /node_modules\/(get-own-enumerable-property-symbols|ethereumjs-tx|stringify-object)/,
|
||||
use: 'babel-loader'
|
||||
};
|
||||
|
||||
@@ -31,7 +31,6 @@ let modules = [
|
||||
'ethereumjs-tx',
|
||||
'lodash',
|
||||
'material-ui',
|
||||
'material-ui-chip-input',
|
||||
'mobx',
|
||||
'mobx-react',
|
||||
'moment',
|
||||
|
||||
Reference in New Issue
Block a user