1

I have requirejs 3rd party modules that use requirejs and require text files using require("text!somefile.txt")

How can I convert this to something browserify can read without any code change as its 3rd party library?

Encore PTL
  • 8,084
  • 10
  • 43
  • 78
  • Are you open to the idea of creating modified versions of the files such as `somefile.txt` as part of the solution? – JMM May 04 '15 at 14:00
  • No as the library has those files in the module already that we cannot modify – Encore PTL May 04 '15 at 16:04

0 Answers0