remove ignore-loader

This commit is contained in:
Jori Lallo
2017-07-06 22:34:38 -07:00
parent e82639c828
commit 6656689c2d
3 changed files with 0 additions and 12 deletions

View File

@@ -36,13 +36,6 @@ module.exports = {
loader: 'url-loader?limit=1&mimetype=application/font-woff&name=public/fonts/[name].[ext]',
},
{ test: /\.md/, loader: 'raw-loader' },
// Excludes
{
// slug
test: /unicode/,
loader: 'ignore-loader',
},
],
},
resolve: {