Split support inquiries into Free and Premium inboxes [MAILPOET-869]
This commit is contained in:
@ -36,7 +36,6 @@ var baseConfig = {
|
||||
'wp-js-hooks': 'WP-JS-Hooks/src/event-manager.js',
|
||||
'blob$': 'blob-tmp/Blob.js',
|
||||
'papaparse': 'papaparse/papaparse.min.js',
|
||||
'helpscout': 'helpscout.js',
|
||||
'html2canvas': 'html2canvas/dist/html2canvas.js',
|
||||
'asyncqueue': 'vendor/jquery.asyncqueue.js'
|
||||
},
|
||||
@ -118,10 +117,6 @@ var baseConfig = {
|
||||
include: require.resolve('handlebars'),
|
||||
loader: 'expose-loader?Handlebars',
|
||||
},
|
||||
{
|
||||
include: /helpscout.js$/,
|
||||
loader: 'exports-loader?window.HS',
|
||||
},
|
||||
{
|
||||
include: /html2canvas.js$/,
|
||||
loader: 'expose-loader?html2canvas',
|
||||
@ -177,7 +172,6 @@ var adminConfig = {
|
||||
'settings/reinstall_from_scratch.js',
|
||||
'subscribers/importExport/import.js',
|
||||
'subscribers/importExport/export.js',
|
||||
'helpscout'
|
||||
],
|
||||
form_editor: [
|
||||
'form_editor/form_editor.js',
|
||||
@ -388,4 +382,4 @@ module.exports = _.map([adminConfig, publicConfig, migratorConfig, testConfig],
|
||||
);
|
||||
}
|
||||
return _.extend({}, baseConfig, config);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user