Broccoli build returns 0 on build failure
See original GitHub issueWhen plugins fail throwing errors, broccoli build
still returns exit code 0, despite the fact that it has not built successfully, and has not created the build target directory.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Error: Build Canceled: Broccoli Builder ran into an ... - GitHub
The Broccoli Plugin: [BroccoliMergeTrees] failed with: Error: Build Canceled: Broccoli Builder ran into an error with SassCompiler plugin. #737.
Read more >javascript - broccoli build dist - build fail - Stack Overflow
It seems be a path error.I tried to modify the RegExp as follow,it works babelPath = babelPath.replace(/\\index.js$/, '');.
Read more >broccoli-builder | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >broccoli-persistent-filter - npm
broccoli -persistent-filter. Build status. Helper base class for Broccoli plugins that map input files into output files.
Read more >3.1. Obtaining information about your build using broccoli-config
The --cflags and --libs flags are the suggested way of obtaining the necessary information for integrating Broccoli into your build environment.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
fixed with v3.5.1 🎉 release thanks to @chiragpat