Don't need this any more! :(

This commit is contained in:
Ben Martinez-Bateman
2017-12-18 11:55:42 -08:00
parent 789eec1a57
commit ca76f57316

View File

@@ -20,7 +20,6 @@ const config = merge({
root: rootPath,
assets: path.join(rootPath, 'resources/assets'),
dist: path.join(rootPath, 'dist'),
eslintProd: path.join(rootPath, '.eslintrc.production.json'),
},
enabled: {
sourceMaps: !isProduction,