coon.js throws an error that l8
failed to load
#91
Answered
by
ThorstenSuckow
ThorstenSuckow
asked this question in
Q&A
-
The following error message is thrown when the browser loads the Sencha Ext JS application using coon.js: |
Beta Was this translation helpful? Give feedback.
Answered by
ThorstenSuckow
Nov 24, 2022
Replies: 1 comment
-
l8js/l8 must be loaded with the application. The cd node_modules/@l8js/l8/dist
Add the following entries to {
"production": {
"js": [ {
"path": "./node_modules/@l8js/l8/dist/l8.runtime.umd.js",
"compress": false
}]
},
"development": {
"js": [ {
"path": "./node_modules/@l8js/l8/dist/l8.runtime.umd.js",
"compress": false
}]
}
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ThorstenSuckow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
l8js/l8 must be loaded with the application.
The
dist
folder contains various builds of the library:cd node_modules/@l8js/l8/dist