We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How often can you reproduce it?
Description: bundleAssets is not working with optimize build
let buildResult = await stealTools.optimize({ config: path.join(__dirname, "package.json!npm") }, { bundleAssets: { glob: [ path.join(__dirname, "src", "assets", "**", "*"), path.join(__dirname, "src", "styles.css"), path.join(__dirname, "src", "manifest.json") ] }, minify: true, bundlePromisePolyfill: false, splitLoader: true });
Expected results: assets are copied
Actual results: assets are not copied into the dist folder
Environment:
The text was updated successfully, but these errors were encountered:
Issue moved to stealjs/steal-tools #846 via ZenHub
Sorry, something went wrong.
No branches or pull requests
How often can you reproduce it?
Description:
bundleAssets is not working with optimize build
Expected results:
assets are copied
Actual results:
assets are not copied into the dist folder
Environment:
The text was updated successfully, but these errors were encountered: