Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Adding support to steal to load pre-built modules

$
0
0
Here is the approach

- common module is built using steal.build.pluginify to make production.js steal free
- file manager module is built with below configurations
       - steal.config.path is configured to steal common module production.js instead of common module init.js
      - steal.config.shim."<commonmodule>".packaged is set to false so that steal does not include common module production.js

This approach is kind of working but has below issue


Viewing all articles
Browse latest Browse all 3491

Trending Articles