iteration

This commit is contained in:
Ceolter
2016-01-28 09:13:54 +00:00
parent d762f4a1f5
commit 598948adbb
2 changed files with 0 additions and 7 deletions

View File

@@ -15,8 +15,3 @@ To build:
- `npm install webpack -g`
- `webpack`
Contributing
==============
If you notice anything wrong with this example or have ideas on how it can be improved,
please raise a Github task.

View File

@@ -21,8 +21,6 @@ module.exports = {
},
resolve: {
alias: {
"ag-grid-react-component" : __dirname + "/node_modules/ag-grid-react-component/dist/ag-grid-react-component.js",
"ag-grid" : __dirname + "/node_modules/ag-grid/dist/ag-grid.js",
"ag-grid-root" : __dirname + "/node_modules/ag-grid/dist"
}
}