iteration
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user