mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-11-05 19:16:34 +01:00
upgrade to Gatsby 0.11
This commit is contained in:
13
gatsby-node.js
Normal file
13
gatsby-node.js
Normal file
@@ -0,0 +1,13 @@
|
||||
var rucksack = require('rucksack-css')
|
||||
var lost = require("lost")
|
||||
|
||||
exports.modifyWebpackConfig = function(config, env) {
|
||||
config.merge({
|
||||
postcss: [
|
||||
lost(),
|
||||
rucksack()
|
||||
]
|
||||
})
|
||||
|
||||
return config
|
||||
};
|
||||
Reference in New Issue
Block a user