Fixed bundle.js size issues

This commit is contained in:
Jori Lallo
2016-06-04 12:30:05 -07:00
parent 1345f9629d
commit f367157fb7
5 changed files with 30 additions and 17 deletions

View File

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