ádding webpack loader and post comment

This commit is contained in:
Belen Curcio
2017-01-20 16:39:23 -03:00
parent c16f3b8fbe
commit f0f692fc26
2 changed files with 35 additions and 9 deletions
+5
View File
@@ -70,6 +70,11 @@ module.exports = {
{
loader: 'url?limit=100000',
test: /\.woff$/
},
{
test: /\.(graphql|gql)$/,
exclude: /node_modules/,
loader: 'graphql-tag/loader'
}
]
},