Remove SPF notice

[MAILPOET-2867]
This commit is contained in:
Pavel Dohnal
2020-04-21 13:42:08 +02:00
committed by Veljko V
parent df3a429c94
commit e5639d1adb
11 changed files with 1 additions and 149 deletions

View File

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