update design build

This commit is contained in:
Eric Hulburd
2016-03-05 16:53:29 -06:00
parent 43a9daf94e
commit d7af1fc2b2
20 changed files with 172 additions and 149 deletions

View File

@@ -3,12 +3,6 @@ var path = require('path');
module.exports = function (config) {
config.set({
browsers: ['PhantomJS'],
//coverageReporter: {
// reporters: [
// { type: 'html', subdir: 'html' },
// { type: 'lcovonly', subdir: '.' },
// ],
// },
files: [
'tests.webpack.js',
],
@@ -32,15 +26,7 @@ module.exports = function (config) {
query: {
cacheDirectory: true,
},
}/*, {
test: /\.js?$/,
include: /(client|shared)/,
exclude: /(node_modules|spec)/,
loader: 'babel-istanbul',
query: {
cacheDirectory: true,
},
}*/
}
],
loaders: [
{
@@ -49,8 +35,8 @@ module.exports = function (config) {
exclude: /(node_modules|spec)/,
loader: 'babel',
query: {
cacheDirectory: true,
},
cacheDirectory: true
}
}, {
test: /\.json$/,
loader: 'json'