1.0.23 • Published 6 years ago

makestatic-preset-parse v1.0.23

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Parse Preset

Preset plugin configuration for the parse phase

Configures the parse lifecycle phase with standard plugins.



Install

yarn add makestatic-preset-parse

API

preset

preset(options)

Configures standard plugins for the parse lifecycle phase.

Plugins are configured with sensible default values but you can override the configuration when necessary.

This preset will enable parsers for HTML, CSS and Javascript files but if you specify the corresponding option as false you can disable specific parsers.

If the exclude map option is given you can assign to the relevant parser plugins using the html, css and js properties.

  • options Object plugin options.

Options

  • test Object map of file test patterns.
  • html Object options for the parse-html plugin.
  • css Object options for the parse-css plugin.
  • js Object options for the parse-js plugin.
  • exclude Object map of excludes.

See Also

License

MIT


Created by mkdoc on March 12, 2017

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago