replace babili with babel-minify package

This commit is contained in:
Brendan Forster 2017-08-19 20:46:18 +10:00
parent 8cbaace006
commit 34bab3709f
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ const config = {
compact: true,
minified: true,
comments: false,
presets: ['babili'],
presets: ['minify'],
}),
],
}

View file

@ -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",