@webpack-blocks/extract-text2
v0.4.0
Published
Webpack block for the Extract-text plugin.
Downloads
145
Readme
Webpack blocks - Extract text plugin for Webpack 2
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
Released under the terms of the MIT license.