pax_global_header 0000666 0000000 0000000 00000000064 13174142600 0014510 g ustar 00root root 0000000 0000000 52 comment=cc3ba946ef4066264410737ce5bd43d0c7d724f1 extract-text-webpack-plugin-3.0.2/ 0000775 0000000 0000000 00000000000 13174142600 0017054 5 ustar 00root root 0000000 0000000 extract-text-webpack-plugin-3.0.2/.babelrc 0000664 0000000 0000000 00000001037 13174142600 0020450 0 ustar 00root root 0000000 0000000 { "presets": [ [ "env", { "useBuiltIns": true, "targets": { "node": "4.8" }, "exclude": [ "transform-async-to-generator", "transform-regenerator" ] } ] ], "plugins": [ [ "transform-object-rest-spread", { "useBuiltIns": true } ] ], "env": { "test": { "presets": [ "env" ], "sourceMap": "inline", "plugins": [ "transform-object-rest-spread" ] } } } extract-text-webpack-plugin-3.0.2/.editorconfig 0000664 0000000 0000000 00000000456 13174142600 0021536 0 ustar 00root root 0000000 0000000 # editorconfig.org root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [{package.json,.travis.yml}] indent_style = space indent_size = 2 [.md] insert_final_newline = false trim_trailing_whitespace = false extract-text-webpack-plugin-3.0.2/.eslintignore 0000664 0000000 0000000 00000000051 13174142600 0021553 0 ustar 00root root 0000000 0000000 /node_modules /dist /test/cases /test/js extract-text-webpack-plugin-3.0.2/.eslintrc 0000664 0000000 0000000 00000000327 13174142600 0020702 0 ustar 00root root 0000000 0000000 { "extends": "webpack", "rules": { "prefer-destructuring": 1, "prefer-rest-params": 0, "class-methods-use-this": 1, "no-plusplus": 1, "consistent-return": 0, "no-param-reassign": 0 } } extract-text-webpack-plugin-3.0.2/.gitattributes 0000664 0000000 0000000 00000000061 13174142600 0021744 0 ustar 00root root 0000000 0000000 * text=auto package-lock.json -diff bin/* eol=lf extract-text-webpack-plugin-3.0.2/.github/ 0000775 0000000 0000000 00000000000 13174142600 0020414 5 ustar 00root root 0000000 0000000 extract-text-webpack-plugin-3.0.2/.github/ISSUE_TEMPLATE.md 0000664 0000000 0000000 00000000641 13174142600 0023122 0 ustar 00root root 0000000 0000000 extract-text-webpack-plugin-3.0.2/.github/PULL_REQUEST_TEMPLATE.md 0000664 0000000 0000000 00000000635 13174142600 0024221 0 ustar 00root root 0000000 0000000 extract-text-webpack-plugin-3.0.2/.gitignore 0000664 0000000 0000000 00000000301 13174142600 0021036 0 ustar 00root root 0000000 0000000 /node_modules /example/assets /test/js /coverage /.idea .DS_Store logs *.log npm-debug.log* .eslintcache /dist /local /reports Thumbs.db .idea .vscode *.sublime-project *.sublime-workspace extract-text-webpack-plugin-3.0.2/.travis.yml 0000664 0000000 0000000 00000002450 13174142600 0021166 0 ustar 00root root 0000000 0000000 sudo: false dist: trusty language: node_js branches: only: - master jobs: fast_finish: true allow_failures: - env: WEBPACK_VERSION=canary include: - &test-latest stage: Webpack latest node_js: 6 env: WEBPACK_VERSION=latest JOB_PART=test script: npm run travis:$JOB_PART - <<: *test-latest node_js: 4.8 env: WEBPACK_VERSION=latest JOB_PART=test script: npm run travis:$JOB_PART - <<: *test-latest node_js: 8 env: WEBPACK_VERSION=latest JOB_PART=lint script: npm run travis:$JOB_PART - <<: *test-latest node_js: 8 env: WEBPACK_VERSION=latest JOB_PART=coverage script: npm run travis:$JOB_PART after_success: 'bash <(curl -s https://codecov.io/bash)' - stage: Webpack canary before_script: npm i --no-save git://github.com/webpack/webpack.git#master script: npm run travis:$JOB_PART node_js: 8 env: WEBPACK_VERSION=canary JOB_PART=test before_install: - 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi' - nvm --version - node --version - npm --version before_script: - |- if [ "$WEBPACK_VERSION" ]; then npm i --no-save webpack@$WEBPACK_VERSION fi script: - 'npm run travis:$JOB_PART' after_success: - 'bash <(curl -s https://codecov.io/bash)' extract-text-webpack-plugin-3.0.2/CHANGELOG.md 0000664 0000000 0000000 00000021271 13174142600 0020670 0 ustar 00root root 0000000 0000000 # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [3.0.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.1...v3.0.2) (2017-10-25) ### Bug Fixes * refer to the `entrypoint` instead of the first `module` (`module.identifier`) ([#601](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/601)) ([d5a1de2](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/d5a1de2)) ## [3.0.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0...v3.0.1) (2017-10-03) ### Bug Fixes * **index:** stricter check for `shouldExtract !== wasExtracted` ([#605](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/605)) ([510704f](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/510704f)) * get real path from `__filename` instead of `__dirname` (`NS`) ([8de6558](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/8de6558)) # [3.0.0](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.2...v3.0.0) (2017-07-10) ### Bug Fixes * add missing `options.ignoreOrder` details in Error message ([#539](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/539)) ([dd43832](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/dd43832)) ### Code Refactoring * Apply webpack-defaults & webpack 3.x support ([#540](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/540)) ([7ae32d9](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/7ae32d9)) ### BREAKING CHANGES * Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10` - refactor: DeprecationWarning: Chunk.modules [543](https://github.com/webpack-contrib/extract-text-webpack-plugin/pull/543) * Updates to `Chunk.mapModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764 - fix: css generation order issue see: webpack/webpack#5225 * Enforces `peerDependencies` of `"webpack": "^3.1.0"`. # [3.0.0-rc.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2017-07-10) ### Bug Fixes * Modules shouldn't be passed to sort ([#568](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/568)) ([113cabb](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/113cabb)) # [3.0.0-rc.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2017-07-07) ### Bug Fixes * Module sorting ([27e3a28](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/27e3a28)) # [3.0.0-rc.0](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.3...v3.0.0-rc.0) (2017-07-07) ### Code Refactoring * Update deprecated `chunk.modules` functions ([#553](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/553)) ([be7936d](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/be7936d)) ### BREAKING CHANGES * Updates to `Chunk.mapModules | forEachModule | getNumberOfModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764 # [3.0.0-beta.3](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2017-06-24) ### Bug Fixes * Distribute schema with package ([5d0c28f](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/5d0c28f)) # [3.0.0-beta.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2017-06-24) * Skipped due to deployment issues with schema # [3.0.0-beta.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2017-06-24) * Skipped due to deployment issues with schema # [3.0.0-beta.0](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.2...v3.0.0-beta.0) (2017-06-23) ### Bug Fixes * add missing `options.ignoreOrder` details in Error message ([#539](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/539)) ([dd43832](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/dd43832)) ### Code Refactoring * Apply webpack-defaults ([#542](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/542)) ([292e217](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/292e217)) * Chunk.modules deprecation warning ([28171b2](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/28171b2)) ### BREAKING CHANGES * Updates to `Chunk.mapModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764 * Enforces `peerDependencies` of `"webpack": ">= 3.0.0-rc.0 || ^3.0.0"`. * Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10` ## [2.1.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.1...v2.1.2) (2017-06-08) ## [2.1.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.0...v2.1.1) (2017-06-08) ### Bug Fixes * add a not null check for the content property before throwing error ([#404](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/404)) ([58dd5d3](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/58dd5d3)) * **loader:** rm unnecessary `this.cacheable` (caching) ([#530](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/530)) ([c3cb091](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/c3cb091)) * don't extract from common async chunks ([#508](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/508)) ([e595417](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/e595417)) * validation schema (`schema-utils`) ([#527](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/527)) ([dfeb347](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/dfeb347)) # [2.1.0](https://github.com/webpack/extract-text-webpack-plugin/compare/v2.0.0...v2.1.0) (2017-03-05) ### Features * The plugin **filename** accepts a function now. [c9a19ad](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/c9a19ad), closes [#423](https://github.com/webpack-contrib/extract-text-webpack-plugin/pull/423) # [2.0.0](https://github.com/webpack/extract-text-webpack-plugin/compare/v2.0.0-rc.3...v2.0.0) (2017-02-24) # [2.0.0-rc.2](https://github.com/webpack/extract-text-webpack-plugin/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2017-01-28) ### Bug Fixes * **schema:** allow `extract` to accept omit/remove flags ([8ce93d5](https://github.com/webpack/extract-text-webpack-plugin/commit/8ce93d5)), closes [#371](https://github.com/webpack/extract-text-webpack-plugin/issues/371) * **schema:** connect loader schema with the code properly ([03bb4aa](https://github.com/webpack/extract-text-webpack-plugin/commit/03bb4aa)) * **schema:** emit proper error messages ([70cbd4b](https://github.com/webpack/extract-text-webpack-plugin/commit/70cbd4b)) ### Features * **errors:** show nicer errors if there are extra fields ([76a171d](https://github.com/webpack/extract-text-webpack-plugin/commit/76a171d)) # [2.0.0-rc.1](https://github.com/webpack/extract-text-webpack-plugin/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2017-01-28) ### Bug Fixes * **options:** pass proper loader options to children ([#266](https://github.com/webpack/extract-text-webpack-plugin/issues/266)) ([6abf42d](https://github.com/webpack/extract-text-webpack-plugin/commit/6abf42d)) # [2.0.0-rc.0](https://github.com/webpack/extract-text-webpack-plugin/compare/v2.0.0-beta.5...v2.0.0-rc.0) (2017-01-26) ### Bug Fixes * **readme:** Incorrect loader configuration ([e477cc7](https://github.com/webpack/extract-text-webpack-plugin/commit/e477cc7)) ### Features * **extract:** return an array of loader objects ([#343](https://github.com/webpack/extract-text-webpack-plugin/issues/343)) ([74b86e0](https://github.com/webpack/extract-text-webpack-plugin/commit/74b86e0)) # Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. extract-text-webpack-plugin-3.0.2/LICENSE 0000664 0000000 0000000 00000002057 13174142600 0020065 0 ustar 00root root 0000000 0000000 Copyright JS Foundation and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. extract-text-webpack-plugin-3.0.2/README.md 0000664 0000000 0000000 00000017335 13174142600 0020344 0 ustar 00root root 0000000 0000000 [![npm][npm]][npm-url] [![node][node]][node-url] [![deps][deps]][deps-url] [![tests][tests]][tests-url] [![coverage][cover]][cover-url] [![chat][chat]][chat-url]
|
|
|
|