mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 18:13:44 +03:00
Update webpack and stick to ts@2.0.9 (fixes #36)
This commit is contained in:
parent
cc8e0f6ba5
commit
8cd4e86371
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -26,6 +26,8 @@ lib/**/*.css
|
||||||
# files produced by ngc
|
# files produced by ngc
|
||||||
lib/**/*.ngfactory.ts
|
lib/**/*.ngfactory.ts
|
||||||
lib/**/*.css.shim.ts
|
lib/**/*.css.shim.ts
|
||||||
|
lib/**/*.ngsummary.json
|
||||||
|
lib/**/*.shim.ngstyle.ts
|
||||||
|
|
||||||
# other
|
# other
|
||||||
/dist
|
/dist
|
||||||
|
|
|
@ -9,7 +9,7 @@ const IS_PRODUCTION = process.env.NODE_ENV === "production";
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
devtool: '#inline-source-map',
|
devtool: '#inline-source-map',
|
||||||
|
performance: { hints: false },
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.ts', '.js', '.json', '.css'],
|
extensions: ['.ts', '.js', '.json', '.css'],
|
||||||
alias: {
|
alias: {
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
"@types/requirejs": "^2.1.26",
|
"@types/requirejs": "^2.1.26",
|
||||||
"@types/should": "^8.1.28",
|
"@types/should": "^8.1.28",
|
||||||
"angular2-template-loader": "^0.6.0",
|
"angular2-template-loader": "^0.6.0",
|
||||||
"awesome-typescript-loader": "2.2.4",
|
"awesome-typescript-loader": "^2.2.4",
|
||||||
"branch-release": "^1.0.3",
|
"branch-release": "^1.0.3",
|
||||||
"chalk": "^1.1.3",
|
"chalk": "^1.1.3",
|
||||||
"codelyzer": "^2.0.0-beta.1",
|
"codelyzer": "^2.0.0-beta.1",
|
||||||
|
@ -95,8 +95,8 @@
|
||||||
"style-loader": "^0.13.1",
|
"style-loader": "^0.13.1",
|
||||||
"ts-helpers": "^1.1.1",
|
"ts-helpers": "^1.1.1",
|
||||||
"tslint": "^4.0.2",
|
"tslint": "^4.0.2",
|
||||||
"typescript": "^2.0.3",
|
"typescript": "2.0.9",
|
||||||
"webpack": "^2.1.0-beta.27",
|
"webpack": "^2.1.0-beta.28",
|
||||||
"webpack-dev-server": "^2.1.0-beta.12",
|
"webpack-dev-server": "^2.1.0-beta.12",
|
||||||
"zone.js": "^0.6.25"
|
"zone.js": "^0.6.25"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user