iteration

This commit is contained in:
Ceolter
2016-01-22 15:02:20 +00:00
parent d3f7a66dc1
commit 71aed2114d
5 changed files with 44 additions and 7 deletions

View File

@@ -20,6 +20,9 @@ module.exports = {
]
},
resolve: {
alias: {"ag-grid" : __dirname + "/node_modules/ag-grid/dist/ag-grid.js"}
alias: {
"ag-grid" : __dirname + "/node_modules/ag-grid/dist/ag-grid.js",
"ag-grid-root" : __dirname + "/node_modules/ag-grid/dist"
}
}
};