AG-2018 Rename ag-Grid to ag-Grid-Community

This commit is contained in:
Sean Landsman
2018-08-21 16:07:22 +01:00
parent f9b1f8527a
commit 168a127e51
11 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ module.exports = {
},
resolve: {
alias: {
"ag-grid": path.resolve('./node_modules/ag-grid'),
"ag-grid-community": path.resolve('./node_modules/ag-grid-community'),
"ag-grid-enterprise": path.resolve('./node_modules/ag-grid-enterprise'),
react: path.resolve('./node_modules/react')
},