Skip to content

Instantly share code, notes, and snippets.

@Samuell1
Created May 12, 2019 18:17
Show Gist options
  • Save Samuell1/cdb29d8dd11daac6f4487d380ce5440e to your computer and use it in GitHub Desktop.
Save Samuell1/cdb29d8dd11daac6f4487d380ce5440e to your computer and use it in GitHub Desktop.
configureWebpack: {
entry: {
app: [
'./src/assets/scss/app.scss'
]
},
resolve: {
alias: {
'components': path.join(__dirname, '/src/components'),
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment