https://github.com/theknarf/extractor-webpack-plugin
https://github.com/theknarf/extractor-webpack-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theknarf/extractor-webpack-plugin
- Owner: TheKnarf
- Created: 2019-07-04T15:43:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:53:28.000Z (over 2 years ago)
- Last Synced: 2025-02-08T19:41:33.274Z (5 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
[](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.