Blacklist functionality
Some API improvements
This commit is contained in:
parent
c343e4efd3
commit
9203b5cee7
40 changed files with 726 additions and 398 deletions
|
@ -7,7 +7,8 @@ module.exports = {
|
|||
users: ['babel-polyfill', './src/users/root.js'],
|
||||
account: ['babel-polyfill', './src/account/root.js'],
|
||||
reports: ['babel-polyfill', './src/reports/root.js'],
|
||||
lists: ['babel-polyfill', './src/lists/root.js']
|
||||
lists: ['babel-polyfill', './src/lists/root.js'],
|
||||
blacklist: ['babel-polyfill', './src/blacklist/root.js']
|
||||
},
|
||||
output: {
|
||||
library: 'MailtrainReactBody',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue