From 598948adbb6abfd9694227cb034c3863a6faab60 Mon Sep 17 00:00:00 2001 From: Ceolter Date: Thu, 28 Jan 2016 09:13:54 +0000 Subject: [PATCH] iteration --- README.md | 5 ----- webpack.config.js | 2 -- 2 files changed, 7 deletions(-) diff --git a/README.md b/README.md index d7294cd..9f8101a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/webpack.config.js b/webpack.config.js index 5671587..3cbecef 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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" } }