diff --git a/webpack.config.js b/webpack.config.js index 1697da1..4b31bea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -50,11 +50,6 @@ module.exports = { 'promise' ] }, - //}, { - // test: /\.html$/, - // exclude: /views/, - // enforce: 'pre', - // loader: 'htmllint-loader' }, { test: /\.jsx?$/, exclude: /node_modules/,