Remove SPF notice
[MAILPOET-2867]
This commit is contained in:
@ -110,11 +110,6 @@ const baseConfig = {
|
||||
include: path.resolve(__dirname, 'assets/js/src/hooks.js'),
|
||||
use: 'expose-loader?' + globalPrefix + '.Hooks',
|
||||
},
|
||||
{
|
||||
// Expose for usage in the settings view inline JS
|
||||
include: path.resolve(__dirname, 'assets/js/src/common/check_spf_record.jsx'),
|
||||
use: 'expose-loader?' + globalPrefix + '.checkSPFRecord',
|
||||
},
|
||||
{
|
||||
test: /listing.jsx/i,
|
||||
use: [
|
||||
@ -203,7 +198,6 @@ const adminConfig = {
|
||||
'help-tooltip.jsx',
|
||||
'listing/listing.jsx',
|
||||
'newsletters/badges/stats.jsx',
|
||||
'common/check_spf_record.jsx',
|
||||
],
|
||||
admin: 'webpack_admin_index.jsx',
|
||||
newsletter_editor: 'newsletter_editor/webpack_index.jsx',
|
||||
|
Reference in New Issue
Block a user