mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 10:16:10 +01:00
fix(build): pin webpack version
This commit is contained in:
parent
5cb7e13477
commit
3ddd6f9e9b
2 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,6 @@ addons:
|
|||
install:
|
||||
- npm config set spin false
|
||||
- npm install -g npm@3
|
||||
- npm install -g webpack
|
||||
- npm install -g typescript@2.0.0
|
||||
|
||||
- npm install
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
"node-sass": "^3.5.3",
|
||||
"html-webpack-plugin": "^2.21.0",
|
||||
"copy-webpack-plugin": "^3.0.1",
|
||||
"webpack": "^2.1.0-beta.21",
|
||||
"webpack": "2.1.0-beta.21",
|
||||
"webpack-dashboard": "^0.1.8",
|
||||
"webpack-dev-middleware": "^1.6.1",
|
||||
"webpack-dev-server": "^2.1.0-beta.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue