Switch from es6-shim to core-js

This commit is contained in:
Farkas József
2016-09-02 00:02:48 +02:00
parent 02e31edf99
commit 717ed7fc99
3 changed files with 4 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
"types": [
"node",
"jquery",
"es6-shim",
"core-js",
"select2"
]
},

View File

@@ -7,7 +7,7 @@ var path = require('path');
var rootDir = path.resolve(__dirname, '../');
module.exports = {
entry: ['es6-shim', 'zone.js', 'reflect-metadata', './src/boot.ts'],
entry: ['core-js', 'zone.js', './src/boot.ts'],
output: {
path: rootDir + "/dist",
filename: "uhk.js"