We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Unable to find module with ID: aurelia-syncfusion-bridge/grid/grid using webpack and aurelia-syncfusion-bridge

I have tried suggestions from this issue but I am still having a problem.

I have attached a sample project

Attachment: webpack_4710ab3f.7z

1 Reply

MA Maria Antony Praveen Raja Gnana Sekaran Syncfusion Team September 20, 2017 11:13 AM UTC

Hi Dan, 

Thanks for contacting Syncfusion Support. 

We have inspected your sample and found that you are following old procedure for configuring latest skeleton. 

We have discussed about Configuration of aurelia-syncfusion-bridge with latest skeleton in the below link. 


For you convenience, we made the following changes in your sample. 

  
  • Removed aurelia.build.resources in package.json file.
 
  • Added aurelia-syncfusion-bridge resources in webpack.config.js file .
 
new ModuleDependenciesPlugin({ 
      "aurelia-syncfusion-bridge": ["./grid/grid", "./grid/column"], 
  }) 
 
 
  • We have also rendered ejGrid component in the root file (app.html & app.js)
 
 
We have also attached the modified sample for your reference. Refer to the below link. 


Please let us know if you need any further assistance on this. 

Regards, 
Maria Antony Gnana Sekaran 


Loader.
Live Chat Icon For mobile
Up arrow icon