Thursday 1 June 2017

What is -p in Webpack?

I have this in my package.json:

 build:prod
    SET NODE_ENV=prod && webpack -p

What does -p mean?

I have looked at the webpack documentation, but couldn't find anything for it.

Thanks.



via tholo

No comments:

Post a Comment