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
Issue when loading the eda in angular 9 application --> ./node_modules/easy-form-generator/dist/eda.stepway.js 1:4195-4202 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
#91
The text was updated successfully, but these errors were encountered:
hannyM
changed the title
Issue when loading the eda in angular application --> ./node_modules/easy-form-generator/dist/eda.stepway.js 1:4195-4202 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
Issue when loading the eda in angular 9 application --> ./node_modules/easy-form-generator/dist/eda.stepway.js 1:4195-4202 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
May 11, 2020
I want to consume the eda library with angular 1 functionality in angular 9. Made all configuration changesto make Js compatable to ts and loaded all reqy=uired files in angular.json. At app.module used imports as shown. Its throwing warning and page is loaded without section and breadcome added in eda.stepaway
import 'easy-form-generator/dist/eda.stepway';
import 'easy-form-generator/dist/eda.easyFormViewer';
Version
2.3.0
Directive
Steps to reproduce
Expected behavior
What should happen
Actual behavior
What is happening
The text was updated successfully, but these errors were encountered: