Skip to content

yoution/extra-css-webpack-plugin

Repository files navigation

##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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published