0.4.0 ā€¢ Published 7 years ago

@webpack-blocks/extract-text2 v0.4.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Webpack blocks - Extract text plugin for Webpack 2

JavaScript Style Guide NPM Version

This is the block providing configuration for the extract-text-webpack-plugin. Use it to extract CSS styles out of the bundle and into a separate CSS file.

Usage

const { createConfig } = require('@webpack-blocks/webpack')
const extractText = require('@webpack-blocks/extract-text')

module.exports = createConfig([
  ...,
  extractText('css/[name].css')   // or just `extractText()`
])

Webpack blocks

Check out the

šŸ‘‰ Main Documentation

Released under the terms of the MIT license.