qooxdoo / documentation

The source code fo Qooxdoo's documentation
http://qooxdoo.org/documentation
2 stars 6 forks source link

Howto section on "Using non-Qooxdoo, third-party libraries" erroneously suggests using require() #31

Open sknick opened 2 years ago

sknick commented 2 years ago

https://qooxdoo.org/documentation/v7.0/#/development/howto/using_non_qx_libs?id=using-non-qooxdoo-third-party-libraries

Attempting to use require() in a Qooxdoo application to load a Browserify'ed NPM module results in "require is not defined".