UNPKG

flamingo-carotene-webpack

Version:

Provide an abstraction for webpack with the ability for other modules to extend the webpack config, with integration into the flamingo-carotene-dev-server module

8 lines (5 loc) 202 B
const webpackBuildHandler = require('../build') const webpackBuildAll = function (core) { webpackBuildHandler(core, 'webpackAll', 'Webpack (Complete)', 'webpack') } module.exports = webpackBuildAll