Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/mini-css-extract-plugin/dist/plugin-options.json

    r59329aa re29cc2e  
    3939    },
    4040    "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.",
    4242      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#insert",
    4343      "anyOf": [
     
    5151    },
    5252    "attributes": {
    53       "description": "Adds custom attributes to tag.",
     53      "description": "Adds custom attributes to the `link` tag for non-initial (async) (https://webpack.js.org/concepts/under-the-hood/#chunks) CSS chunks.",
    5454      "link": "https://github.com/webpack-contrib/mini-css-extract-plugin#attributes",
    5555      "type": "object"
     
    6666      "description": "This option allows loading asynchronous chunks with a custom link type",
    6767      "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"
    6873    }
    6974  }
Note: See TracChangeset for help on using the changeset viewer.