Skip to content

Instantly share code, notes, and snippets.

@lirongfei123
Created February 14, 2019 03:41
Show Gist options
  • Save lirongfei123/83b9e371514661ddd0757f36c909690c to your computer and use it in GitHub Desktop.
Save lirongfei123/83b9e371514661ddd0757f36c909690c to your computer and use it in GitHub Desktop.
webpack #webpack
plugins: [
    new MiniCssExtractPlugin({
      // 类似 webpackOptions.output里面的配置 可以忽略
      filename: '[name].css',
      chunkFilename: '[id].css',
    }),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment