Skip to content

Instantly share code, notes, and snippets.

@Vayvala
Created January 30, 2016 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vayvala/d7ad81631d2a29b0317b to your computer and use it in GitHub Desktop.
Save Vayvala/d7ad81631d2a29b0317b to your computer and use it in GitHub Desktop.
resolve: {
root: path.resolve(__dirname),
alias: {
services: 'public/app/services',
components: 'public/app/components',
directives: 'public/app/directives',
core: 'public/app/core',
css: 'public/css',
libs: 'public/libs'
},
extensions: ['', '.js', '.es6']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment