Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theknarf/extractor-webpack-plugin


https://github.com/theknarf/extractor-webpack-plugin

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Extractor Webpack Plugin

[![NpmVersion](https://img.shields.io/npm/v/extractor-webpack-plugin.svg)](https://www.npmjs.com/package/extractor-webpack-plugin)

A plugin that executes the main compilation asset and allows you to emit more compilation assets.

## Install

```
npm i --save-dev extractor-webpack-plugin
```

```
yarn add --dev extractor-webpack-plugin
```

Be aware that this plugin will overwrite `output.filename` and `output.libraryTarget` of the webpack config.
Also be aware that if you use it together with babel you'll have to set `loose: true` and `modules. 'commonjs'` in your `.babelrc`-file.