initial webpack build, #632

This commit is contained in:
Alexander Zobnin
2018-10-21 14:08:27 +03:00
parent 8bcd9bc181
commit 331634dfdf
14 changed files with 2156 additions and 99 deletions

View File

@@ -1,16 +1,17 @@
import angular from 'angular';
import $ from 'jquery';
import angular from 'angular';
import Drop from 'tether-drop';
System.config({
paths: {
tether: System.getConfig().baseURL + "plugins/alexanderzobnin-zabbix-app/vendor/npm/tether.min.js"
}
});
// System.config({
// paths: {
// tether: System.getConfig().baseURL + "plugins/alexanderzobnin-zabbix-app/vendor/npm/tether.min.js"
// }
// });
let Drop;
System.amdRequire(["plugins/alexanderzobnin-zabbix-app/vendor/npm/drop.min.js"], (drop) => {
Drop = drop;
});
// let Drop;
// System.amdRequire(["plugins/alexanderzobnin-zabbix-app/vendor/npm/drop.min.js"], (drop) => {
// Drop = drop;
// });
/** @ngInject */
angular