Swap app code with bundles in assets/js/src
folder
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
define('admin', [
|
||||
'mailpoet',
|
||||
'jquery',
|
||||
'handlebars',
|
||||
], function(MailPoet, jQuery, Handlebars) {
|
||||
console.log('OVER HERE', MailPoet, jQuery, Handlebars);
|
||||
jQuery(function($) {
|
||||
// dom ready
|
||||
$(function() {
|
||||
webpackJsonp([0],[
|
||||
/* 0 */
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
||||
__webpack_require__(1),
|
||||
__webpack_require__(2),
|
||||
__webpack_require__(3),
|
||||
], __WEBPACK_AMD_DEFINE_RESULT__ = function(MailPoet, jQuery, Handlebars) {
|
||||
console.log('OVER HERE', MailPoet, jQuery, Handlebars);
|
||||
jQuery(function($) {
|
||||
// dom ready
|
||||
$(function() {
|
||||
|
||||
});
|
||||
});
|
||||
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
||||
|
||||
|
||||
/***/ }
|
||||
]);
|
Reference in New Issue
Block a user