Created
May 12, 2019 18:17
-
-
Save Samuell1/cdb29d8dd11daac6f4487d380ce5440e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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