Jspm SFX bundle for Aurelia

Maxim Balaganskiy

Is it possible in theory? I've tried with jspm 0.16 and 0.17 and jspm build command. The bundle gets produced but loading it fails in aurelia-loader-default with an error

aurelia-loader-default.js:160 Uncaught (in promise) TypeError: require is not a function
    at DefaultLoader.loadModule (http://localhost:3000/dist/bundle.js:1466:9)
    at DefaultLoader.loadModule (http://localhost:3000/dist/bundle.js:1465:14)
    at http://localhost:3000/dist/bundle.js:554:25DefaultLoader.loadModule @ aurelia-loader-default.js:160DefaultLoader.loadModule @ aurelia-loader-default.js:157(anonymous function) @ aurelia-bootstrapper.js:85
Maxim Balaganskiy

It is possible. The enhancement which is needed is tracked here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related