Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theknarf/extractor-webpack-plugin
https://github.com/theknarf/extractor-webpack-plugin
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/theknarf/extractor-webpack-plugin
- Owner: TheKnarf
- Created: 2019-07-04T15:43:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:53:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T17:37:54.911Z (about 2 months ago)
- Language: JavaScript
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: Readme.md
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.