Skip to content

Instantly share code, notes, and snippets.

@xijo
Created March 23, 2018 18:00
Show Gist options
  • Save xijo/c0e7af89055d3ba8162fc9881d46dcf3 to your computer and use it in GitHub Desktop.
Save xijo/c0e7af89055d3ba8162fc9881d46dcf3 to your computer and use it in GitHub Desktop.
const path = require('path')
const customConfig = {
plugins: [],
resolve: {
alias: {
'../../theme.config': path.join(__dirname, '../../new-theme-name/theme.config')
}
}
}
module.exports = customConfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment