Fix webpack module loading order

This commit is contained in:
József Farkas
2016-07-09 17:34:56 +02:00
parent aea19c63b3
commit d20101c981

View File

@@ -2,7 +2,7 @@
var SvgStore = require('webpack-svgstore-plugin');
module.exports = {
entry: ['reflect-metadata', 'zone.js', 'es6-shim', "./src/boot.ts"],
entry: ['es6-shim', 'zone.js', 'reflect-metadata', './src/boot.ts'],
output: {
path: __dirname + "/build",
filename: "uhk.js"