Add model and resolve block to sandbox view

This commit is contained in:
gconsidine
2017-11-03 13:44:26 -04:00
committed by Jake McDermott
parent 212ab96a31
commit 5b8d2e7659
5 changed files with 37 additions and 8 deletions

View File

@@ -26,7 +26,13 @@ const watch = {
test: /\.js$/,
enforce: 'pre',
exclude: /node_modules/,
loader: 'eslint-loader'
loader: 'eslint-loader',
options: {
failOnWarning: false,
failOnError: false,
emitError: false,
emitWarning: false
}
}
]
},