Remove uncompatible v8-lazy-parse-plugin

This commit is contained in:
Roman Hotsiy 2017-01-28 14:06:25 +02:00
parent 43e64a9fe6
commit 6b0b217355
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 9 additions and 20 deletions

View File

@ -1,5 +1,4 @@
const webpack = require('webpack');
const V8LazyParseWebpackPlugin = require('v8-lazy-parse-webpack-plugin');
const VERSION = JSON.stringify(require('../package.json').version);
@ -62,8 +61,7 @@ const config = webpackMerge(commonConfig({
},
sourceMap: true
}),
new webpack.BannerPlugin(BANNER),
new V8LazyParseWebpackPlugin()
new webpack.BannerPlugin(BANNER)
]
})

View File

@ -101,7 +101,6 @@
"ts-helpers": "^1.1.1",
"tslint": "^4.3.1",
"typescript": "^2.1.5",
"v8-lazy-parse-webpack-plugin": "^0.3.0",
"webpack": "^2.2.0-rc.4",
"webpack-dev-server": "^2.2.0-rc.0",
"webpack-merge": "^2.3.1",

View File

@ -2,11 +2,11 @@
# yarn lockfile v1
"@angular/common@^2.4.0":
"@angular/common@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-2.4.5.tgz#ada1a22b7ba01d1fdeb300115584478e031e9a4f"
"@angular/compiler-cli@^2.4.0":
"@angular/compiler-cli@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-2.4.5.tgz#efabbe10558b233dcdfe985af2bd2e84f1414c97"
dependencies:
@ -14,23 +14,23 @@
minimist "^1.2.0"
reflect-metadata "^0.1.2"
"@angular/compiler@^2.4.0":
"@angular/compiler@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.5.tgz#521da325e2e002398e8f9de52cfb03d303729e72"
"@angular/core@^2.4.0":
"@angular/core@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.5.tgz#8b05156398afde9636e65527ffb61fc74236af5a"
"@angular/platform-browser-dynamic@^2.4.0":
"@angular/platform-browser-dynamic@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-2.4.5.tgz#36fa975a8ee2dfe3f60bab561143974e6bdb1eff"
"@angular/platform-browser@^2.4.0":
"@angular/platform-browser@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-2.4.5.tgz#fa1bc891b1309bca83845787b9a08db36a787fee"
"@angular/platform-server@^2.4.0":
"@angular/platform-server@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-2.4.5.tgz#4322d6a3609603edf34101f286d47db8762a08bc"
dependencies:
@ -5047,10 +5047,6 @@ uuid@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
v8-lazy-parse-webpack-plugin@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/v8-lazy-parse-webpack-plugin/-/v8-lazy-parse-webpack-plugin-0.3.0.tgz#0f93cf1efbc48cbde3d6e027932e40c7a9d180d7"
v8flags@^2.0.11:
version "2.0.11"
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.0.11.tgz#bca8f30f0d6d60612cc2c00641e6962d42ae6881"
@ -5313,11 +5309,7 @@ xml2js@^0.4.17:
sax ">=0.6.0"
xmlbuilder "^4.1.0"
xmlbuilder@>=1.0.0:
version "8.2.2"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-8.2.2.tgz#69248673410b4ba42e1a6136551d2922335aa773"
xmlbuilder@^4.1.0:
xmlbuilder@>=1.0.0, xmlbuilder@^4.1.0:
version "4.2.1"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-4.2.1.tgz#aa58a3041a066f90eaa16c2f5389ff19f3f461a5"
dependencies: