UNPKG

gatsby-starter-hypersite

Version:
11 lines (9 loc) 241 B
const path = require("path") /** Allow local imports of gatsby */ exports.onCreateWebpackConfig = ({ actions }) => { actions.setWebpackConfig({ resolve: { modules: [path.resolve(__dirname, "src"), "node_modules"], }, }) }