Remove no longer needed exports for Premium plugin
[MAILPOET-2382]
This commit is contained in:
committed by
Jack Kitterhing
parent
89fa5e20c4
commit
8512683097
@@ -121,13 +121,6 @@ const baseConfig = {
|
|||||||
'babel-loader'
|
'babel-loader'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
test: /form.jsx/i,
|
|
||||||
use: [
|
|
||||||
'expose-loader?' + globalPrefix + '.Form',
|
|
||||||
'babel-loader'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
include: path.resolve(__dirname, 'assets/js/src/newsletters/badges/stats.jsx'),
|
include: path.resolve(__dirname, 'assets/js/src/newsletters/badges/stats.jsx'),
|
||||||
use: [
|
use: [
|
||||||
@@ -211,7 +204,6 @@ const adminConfig = {
|
|||||||
'prop-types',
|
'prop-types',
|
||||||
'classnames',
|
'classnames',
|
||||||
'help-tooltip.jsx',
|
'help-tooltip.jsx',
|
||||||
'form/form.jsx',
|
|
||||||
'listing/listing.jsx',
|
'listing/listing.jsx',
|
||||||
'newsletters/badges/stats.jsx',
|
'newsletters/badges/stats.jsx',
|
||||||
'common/check_spf_record.jsx',
|
'common/check_spf_record.jsx',
|
||||||
|
Reference in New Issue
Block a user