Skip to content

Instantly share code, notes, and snippets.

@artyomtrityak
Last active January 26, 2017 22:38
Show Gist options
  • Select an option

  • Save artyomtrityak/06ba2d40835986ef29a0f560b4c06990 to your computer and use it in GitHub Desktop.

Select an option

Save artyomtrityak/06ba2d40835986ef29a0f560b4c06990 to your computer and use it in GitHub Desktop.
{
resolveLoader: {
moduleExtensions: ["-loader"]
},
resolve: {
modules: [
path.join(__dirname, 'dev/app/'), // baseUrl
path.join(__dirname, 'node_modules')
],
extensions: [
'.js', '.jsx', '.coffee'
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment