Update webpack and clean up deps

This commit is contained in:
Schuyler Cebulskie
2016-12-24 20:25:29 -05:00
parent 218920e4f1
commit fb6a8d1637
2 changed files with 12 additions and 17 deletions

View File

@@ -24,7 +24,6 @@ const createConfig = (options) => {
},
module: {
rules: [
{ test: /\.json$/, loader: 'json-loader' },
{ test: /\.md$/, loader: 'ignore-loader' },
],
},