Removing unused webpack aliases (#734)

This commit is contained in:
Mike Arpaia
2016-12-31 01:41:01 -07:00
committed by GitHub
parent 9a146c5f92
commit e4fa278f59
-4
View File
@@ -76,10 +76,6 @@ var config = {
},
resolve: {
extensions: ['', '.js', '.jsx', '.json'],
alias: {
'#app': path.join(repo, 'frontend'),
'#components': path.join(repo, 'frontend/components'),
},
root: [
path.resolve(path.join(repo, './frontend'))
]