I have this in my package.json:
package.json
build:prod SET NODE_ENV=prod && webpack -p
What does -p mean?
-p
I have looked at the webpack documentation, but couldn't find anything for it.
Thanks.
No comments:
Post a Comment