Skip to content

sghill/gradle-webpack-plugin

Repository files navigation

gradle-webpack-plugin

Support Status

Defines some tasks for installing and running webpack from Gradle.

Usage

Applying the Plugin

To include, add the following to your build.gradle

buildscript {
  repositories { jcenter() }

  dependencies {
    classpath 'com.netflix.nebula:webpack:1.12.+'
  }
}

apply plugin: 'webpack'

Tasks Provided

installWebpack
webpack

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages