Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slimbuilder does not work for multimain builds #823

Closed
pYr0x opened this issue Aug 24, 2017 · 0 comments
Closed

slimbuilder does not work for multimain builds #823

pYr0x opened this issue Aug 24, 2017 · 0 comments

Comments

@pYr0x
Copy link
Contributor

pYr0x commented Aug 24, 2017

i tried to use the slim loader to build a multimain bundle.

var path = require("path");
var stealTools = require("steal-tools");

var promise = stealTools.optimize({
  main: ["main1", "main2"],
  config: path.join(__dirname, "package.json!npm")
}, {
  minify: false,
  debug: true
});

the loader is not put in each of the mains. the loader is put in a shared bundle.
i created a failing test.
https://github.com/stealjs/steal-tools/tree/slim-multimain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants