Split modules into different entry points, separate vendor modules

This commit is contained in:
Tautvidas Sipavičius
2015-08-13 18:08:44 +03:00
parent d19c1bca60
commit a0a50407b9
10 changed files with 2017 additions and 1162 deletions

View File

@ -1,4 +1,4 @@
define('ajax', ['./mailpoet', 'jquery'], function(MailPoet, jQuery) {
define('ajax', ['mailpoet', 'jquery'], function(MailPoet, jQuery) {
"use strict";
/**
* MailPoet Ajax