Expose help tooltip
[PREMIUM-115]
This commit is contained in:
@@ -193,6 +193,13 @@ const baseConfig = {
|
||||
'babel-loader',
|
||||
]
|
||||
},
|
||||
{
|
||||
include: path.resolve(__dirname, 'assets/js/src/help-tooltip.jsx'),
|
||||
use: [
|
||||
'expose-loader?' + globalPrefix + '.HelpTooltip',
|
||||
'babel-loader',
|
||||
]
|
||||
},
|
||||
{
|
||||
include: path.resolve(__dirname, 'assets/js/src/newsletters/types/automatic_emails/breadcrumb.jsx'),
|
||||
use: [
|
||||
@@ -244,6 +251,7 @@ const adminConfig = {
|
||||
'react-string-replace',
|
||||
'prop-types',
|
||||
'classnames',
|
||||
'help-tooltip.jsx',
|
||||
'form/form.jsx',
|
||||
'listing/listing.jsx',
|
||||
'newsletters/badges/stats.jsx',
|
||||
|
Reference in New Issue
Block a user