Split modules into different entry points, separate vendor modules
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
define('ajax', ['./mailpoet', 'jquery'], function(MailPoet, jQuery) {
|
||||
define('ajax', ['mailpoet', 'jquery'], function(MailPoet, jQuery) {
|
||||
"use strict";
|
||||
/**
|
||||
* MailPoet Ajax
|
||||
|
Reference in New Issue
Block a user