Skip to content

prometheusresearch-archive/zuul-builder-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zuul-builder-webpack

Webpack builder for zuul test runner.

Installation

You need to install zuul and zuul-builder-webpack packages:

% npm install zuul zuul-builder-webpack

Zuul of version of >= 3 is supported.

Usage

Create the following zuul.config.js:

module.exports = {
  builder: 'zuul-builder-webpack',
  webpack: {
    // webpack config goes here
    // you can also just do require('./webpack.config')
    // to reference your webpack configuration
  }
};

Run zuul:

% zuul ...

About

Webpack builder for zuul test runner

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •