Skip to content

Instantly share code, notes, and snippets.

@hyukkwonepic
Last active November 25, 2016 13:56
Show Gist options
  • Save hyukkwonepic/bdeb7ff2de03c9bda6ffea70a12c0aeb to your computer and use it in GitHub Desktop.
Save hyukkwonepic/bdeb7ff2de03c9bda6ffea70a12c0aeb to your computer and use it in GitHub Desktop.
webpack.config.js
resolve: {
root: __dirname,
modulesDirectories: [
'node_modules',
'./app/components'
],
alias: {
applicationStyles: 'app/styles/app.scss',
},
extensions: ['', '.js', '.jsx']
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment