AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-25 12:21:02 +01:00
parent 4ef1959a52
commit 587af2e888
5 changed files with 28 additions and 24 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
resolve: {
alias: {
"ag-grid-root" : __dirname + "/node_modules/ag-grid"
}
},
extensions: ['', '.js', '.jsx']
}
};