public class TaskInstallWebpackPlugins extends Object implements FallibleCommand
Plugins are copied to {build directory}/plugins and linked to
@vaadin/{plugin name} in node_modules by using (p)npm install.
For internal use only. May be renamed or removed in a future release.
| Constructor and Description |
|---|
TaskInstallWebpackPlugins(File buildDirectory)
Copy Flow webpack plugins into
PLUGIN_TARGET under the build
directory. |
public TaskInstallWebpackPlugins(File buildDirectory)
PLUGIN_TARGET under the build
directory.buildDirectory - project build folderpublic void execute()
FallibleCommandIf execution fails then the command may throw an exception which may give a message and a cause of the failure.
execute in interface FallibleCommandCopyright © 2000–2021 Vaadin Ltd. All rights reserved.