/css-split-webpack-plugin

for css file split

Primary LanguageJavaScript

CSS Split Webpack Plugin

for css file split

Install

Don't have npm package now,just clone the rep and copy to your project

Usage

const CSSSplitPlugin=require("please enter your file path")

module.exports = {
  //
  plugins: [
    new CSSSplitPlugin({
      //default:1
      splitCount:2
    }),
  ]
}