Package com.vaadin.flow.server.frontend
Class BundleBuildUtils
java.lang.Object
com.vaadin.flow.server.frontend.BundleBuildUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyPackageLockFromBundle(Options options) Copy package-lock.json/.yaml file from existing dev-bundle for building new bundle.
-
Constructor Details
-
BundleBuildUtils
public BundleBuildUtils()
-
-
Method Details
-
copyPackageLockFromBundle
Copy package-lock.json/.yaml file from existing dev-bundle for building new bundle.- Parameters:
options- task options
-