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

upgrading from 0.1.19 to 3.0.0 doubt #191

Open
daniloab opened this issue Dec 10, 2020 · 0 comments
Open

upgrading from 0.1.19 to 3.0.0 doubt #191

daniloab opened this issue Dec 10, 2020 · 0 comments

Comments

@daniloab
Copy link

Hi, Im already read the #106 with the upgrade information. My only doubt is:

Im using

CleanWebpackPlugin(['build'], { verbose: false }),

on 3.0.0 version I just need to use:

CleanWebpackPlugin(),

since verbose now is false by default?

And there is this comment:

All files inside webpack's output.path directory will be removed, but the directory itself will not be. If using webpack 4+'s default configuration, this means everything under <PROJECT_DIR>/dist/. Use cleanOnceBeforeBuildPatterns to override this behavior.

my path is build, but is the same? or I need to use cleanOnceBeforeBuildPatterns?

@daniloab daniloab changed the title upgrading from 0.0.19 to 3.0.0 doubt upgrading from 0.1.19 to 3.0.0 doubt Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant