AG-530 Implement React declarative offering

This commit is contained in:
Sean Landsman
2017-11-07 16:22:19 +00:00
parent 43af1237bd
commit 351d93b8fb
19 changed files with 1287 additions and 162 deletions

View File

@@ -30,7 +30,9 @@ module.exports = {
},
resolve: {
alias: {
"ag-grid-root" : __dirname + "/node_modules/ag-grid"
"ag-grid": path.resolve('./node_modules/ag-grid'),
"ag-grid-enterprise": path.resolve('./node_modules/ag-grid-enterprise'),
react: path.resolve('./node_modules/react')
},
extensions: ['', '.js', '.jsx']
},