Standardize repository settings

Add missing file type to `.gitattributes`.
Use `node` instead of deprecated `stable` version specifier for Travis.
Set dev tool to `cheap-module-source-map`.
This commit is contained in:
Christopher Willis-Ford
2017-04-11 11:35:51 -04:00
parent 1063f68572
commit e5f6af5320
3 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ const base = {
host: '0.0.0.0',
port: process.env.PORT || 8361
},
devtool: 'source-map',
devtool: 'cheap-module-source-map',
module: {
rules: [
{