mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:59:53 +00:00
replace babili with babel-minify package
This commit is contained in:
parent
8cbaace006
commit
34bab3709f
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ const config = {
|
|||
compact: true,
|
||||
minified: true,
|
||||
comments: false,
|
||||
presets: ['babili'],
|
||||
presets: ['minify'],
|
||||
}),
|
||||
],
|
||||
}
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
"awesome-typescript-loader": "^3.1.2",
|
||||
"aws-sdk": "^2.23.0",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-minify": "^0.2.0",
|
||||
"babel-webpack-plugin": "^0.1.1",
|
||||
"babili": "0.0.12",
|
||||
"chai": "^3.5.0",
|
||||
"chai-as-promised": "^6.0.0",
|
||||
"chai-datetime": "^1.4.1",
|
||||
|
|
Loading…
Reference in a new issue