Skip to content

Instantly share code, notes, and snippets.

@ndzoesch
Created September 29, 2020 09:38
Show Gist options
  • Save ndzoesch/4df78282d3595bd879e4009352e2da79 to your computer and use it in GitHub Desktop.
Save ndzoesch/4df78282d3595bd879e4009352e2da79 to your computer and use it in GitHub Desktop.
const { join, resolve } = require('path');
module.exports = () => {
return {
resolve: {
alias: {
'@missionlog': resolve(
join(__dirname, '..', 'node_modules', 'missionlog')
)
}
}
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment