Skip to content

We do the same thing to webpack as Graham Bell did to telecommunication.

Notifications You must be signed in to change notification settings

absolvent/justgetpreset-webpack

Repository files navigation

lookly-preset-webpack

Wrapper around webpack for ease of use and zero configuration.

usage

You can easily attach webpack checker to your gulpfile.

const gulp = require('gulp');
const webpack = require('lookly-preset-webpack');

gulp.task('webpack', function gulpWebpackTask() {
  return webpack([
    './web_modules/index.entry.js'
  ]);
});

About

We do the same thing to webpack as Graham Bell did to telecommunication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published