yoution / extra-css-webpack-plugin

bundle sync or async css to one file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##extra-css-webpack-plugin extra-css-webpack-plugin 目的是实现和 extract-text-webpack-plugin

差不多的功能,目前只是把同步或者异步的css文件打包到一个css文件里,

##使用方法

webpack.config.js:
{
    module :    {
        noParse: /\.css$/,
    },
    plugins: [
        new ExtraCssPlugin()
    ] 
}

 

About

bundle sync or async css to one file


Languages

Language:JavaScript 90.3%Language:HTML 6.3%Language:CSS 3.4%