1 2 3 4 5 6
(function () { 'use strict'; define(['require', 'vendor'], function (require) { require(['script']); }); })();