How to use the @enact/dev-utils/option-parser.browsers function in @enact/dev-utils

To help you get started, we’ve selected a few @enact/dev-utils examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github enactjs / enact / packages / sampler / src / webpack.js View on Github external
plugins: () => [
									// We use PostCSS for autoprefixing only, but others could be added.
									autoprefixer({
										browsers: app.browsers,
										flexbox: 'no-2009',
										remove: false
									}),
									// Fix and adjust for known flexbox issues
									// See https://github.com/philipwalton/flexbugs
									flexbugfixes
								]
							}

@enact/dev-utils

A collection of development utilities for Enact apps.

Apache-2.0
Latest version published 8 months ago

Package Health Score

63 / 100
Full package analysis

Similar packages