iteration

This commit is contained in:
Ceolter
2016-02-03 12:42:46 +00:00
parent 3ab044380b
commit 3826856000
5 changed files with 9 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ module.exports = {
},
resolve: {
alias: {
"ag-grid-root" : __dirname + "/node_modules/ag-grid/dist"
"ag-grid-root" : __dirname + "/node_modules/ag-grid"
}
}
};