Closed ZeroSkill830 closed 2 years ago
This is causes by the wrong usage of the require.external
option. From the docs: Values can be true, an array of allowed external modules, or an object (default: false)
.
You should either use external: true
or external: []
. The first allows to load any modules, the second one only files from the current module and no other modules.
Hello, i have this script
that i'm trying to running in this way
But i keep getting this error