Get rid of browserify

This commit is contained in:
Tyler Long
2017-04-18 23:35:52 +08:00
parent 0ccc216a2c
commit 941a7f9ff5
5 changed files with 46 additions and 928 deletions

View File

@@ -88,8 +88,7 @@ module.exports = function (config) {
plugins: [
'karma-jasmine',
'karma-chrome-launcher',
'karma-webpack',
'karma-babel-preprocessor'
'karma-webpack'
],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits