Changeset e29cc2e for trip-planner-front/node_modules/mini-css-extract-plugin/dist/plugin-options.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/mini-css-extract-plugin/dist/plugin-options.json
r59329aa re29cc2e 39 39 }, 40 40 "insert": { 41 "description": "Inserts `<link>` at the given position.",41 "description": "Inserts the `link` tag at the given position for non-initial (async) (https://webpack.js.org/concepts/under-the-hood/#chunks) CSS chunks.", 42 42 "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#insert", 43 43 "anyOf": [ … … 51 51 }, 52 52 "attributes": { 53 "description": "Adds custom attributes to t ag.",53 "description": "Adds custom attributes to the `link` tag for non-initial (async) (https://webpack.js.org/concepts/under-the-hood/#chunks) CSS chunks.", 54 54 "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#attributes", 55 55 "type": "object" … … 66 66 "description": "This option allows loading asynchronous chunks with a custom link type", 67 67 "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#linktype" 68 }, 69 "runtime": { 70 "type": "boolean", 71 "description": "Enabled/Disables runtime generation. CSS will be still extracted and can be used for a custom loading methods.", 72 "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#noRuntime" 68 73 } 69 74 }
Note:
See TracChangeset
for help on using the changeset viewer.