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:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user