Defines some tasks for installing and running webpack from Gradle.
To include, add the following to your build.gradle
buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.netflix.nebula:webpack:1.12.+'
}
}
apply plugin: 'webpack'
installWebpack
webpack