UNPKG

291 BJavaScriptView Raw
1exports.onCreateBabelConfig = require('./gatsby/on-create-babel-config');
2
3exports.onCreateWebpackConfig = require('./gatsby/on-create-webpack-config');
4
5exports.createPagesStatefully = require('./gatsby/create-pages-statefully');
6
7exports.onCreateNode = require('./gatsby/on-create-node');