1.1.0 • Published 5 years ago

browserslist-config-motork v1.1.0

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
5 years ago

MotorK's browserslist configuration

Store a sharable configuration for browsers' list to be used by all MotorK's projects.

To install it, run:

npm i -D browserslist-config-motork

Then, locate the browserslist property inside package.json of the project you want to configure and pass MotorK's configuration to it:

"browserslist": [
    "extends browserslist-config-motork"
]

or, if configuring a tool via JS

babel: {
	presets: [
		[
			'env', {
			    'targets': {
				    'browsers': require( 'browserslist-config-motork' )
			    }
		    }
		]
	]
}

To test the current query visit browserl.ist

1.1.0

5 years ago