Closed sudheerj closed 5 years ago
There shouldn't be any issue with integrating this plugin with a Jenkins CI build.
The plugin is expected to error in the presence of circular dependencies with respect to the plugin configuration options, and that should cause webpack to fail and the build to fail.
Thank you @aackerman for the reply. I believe that configuring this plugin with in webpack.dev.config.js file will make it available to Jenkins CI build(similar to other plugins). By the way, we are going to apply warnings instead errors using the options.
Two more questions,
@sudheerj
exclude
option with a RegExp to define which files to exclude, it's common to exclude node_modules
. The README has a good example.
I'am looking for the usage and implementation of this plugin in Vue project. Is there any issue to integrate this plugin for Jenkins CI build