Upgrade to Gatsby 0.12.0

This commit is contained in:
wpioneer
2016-07-30 02:05:32 +03:00
parent 3ea9799f76
commit e8f183226f
6 changed files with 692 additions and 25 deletions

View File

@@ -13,5 +13,10 @@ exports.modifyWebpackConfig = function(config, env) {
]
})
config.loader('svg', {
test: /\.(svg)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
loader: 'file-loader',
})
return config
};