feat(instant): add icons to token selector

This commit is contained in:
Brandon Millman
2018-11-14 16:01:16 -08:00
parent ae1fb97794
commit 004e197863
35 changed files with 223 additions and 10 deletions

View File

@@ -20,6 +20,10 @@ const config = {
test: /\.(ts|tsx)$/,
loader: 'awesome-typescript-loader',
},
{
test: /\.svg$/,
loader: 'svg-react-loader',
},
],
},
devServer: {