Add SPF record notice [MAILPOET-2295]
This commit is contained in:
@@ -110,6 +110,11 @@ 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: [
|
||||
@@ -297,6 +302,7 @@ const adminConfig = {
|
||||
'newsletters/types/automatic_emails/events_list.jsx',
|
||||
'newsletters/types/automatic_emails/breadcrumb.jsx',
|
||||
'newsletters/types/welcome/scheduling.jsx',
|
||||
'common/check_spf_record.jsx',
|
||||
],
|
||||
admin: 'webpack_admin_index.jsx',
|
||||
form_editor: 'form_editor/webpack_index.jsx',
|
||||
|
Reference in New Issue
Block a user