You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When aurelia-syncfusion bridge is placed in 'vendor' bundle and loaded via the ModuleDependenciesPlugin it fails at runtime with the following error.
aurelia-loader-webpack.js:187 Uncaught (in promise) Error: Unable to find module with ID: aurelia-syncfusion-bridge/grid/grid at WebpackLoader.<anonymous> (aurelia-loader-webpack.js:187) at step (aurelia-loader-webpack.js:36) at Object.next (aurelia-loader-webpack.js:17) at aurelia-loader-webpack.js:11 at new Promise (<anonymous>) at 43.__awaiter (aurelia-loader-webpack.js:7) at WebpackLoader.43.WebpackLoader._import (aurelia-loader-webpack.js:152) at WebpackLoader.<anonymous> (aurelia-loader-webpack.js:252) at step (aurelia-loader-webpack.js:36) at Object.next (aurelia-loader-webpack.js:17)
You have to run node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js for bundling the aurelia-syncfusion-bridge into vendor bundle.
When aurelia-syncfusion bridge is placed in 'vendor' bundle and loaded via the ModuleDependenciesPlugin it fails at runtime with the following error.
aurelia-loader-webpack.js:187 Uncaught (in promise) Error: Unable to find module with ID: aurelia-syncfusion-bridge/grid/grid at WebpackLoader.<anonymous> (aurelia-loader-webpack.js:187) at step (aurelia-loader-webpack.js:36) at Object.next (aurelia-loader-webpack.js:17) at aurelia-loader-webpack.js:11 at new Promise (<anonymous>) at 43.__awaiter (aurelia-loader-webpack.js:7) at WebpackLoader.43.WebpackLoader._import (aurelia-loader-webpack.js:152) at WebpackLoader.<anonymous> (aurelia-loader-webpack.js:252) at step (aurelia-loader-webpack.js:36) at Object.next (aurelia-loader-webpack.js:17)
Reproducible example here
https://github.com/MrBliz/aurelia-syncfusion-dotnet/tree/e284f9b10342e42e92a8e405737b67288dfa6796
The text was updated successfully, but these errors were encountered: