Skip to content
#

optimizer

Here are 223 public repositories matching this topic...

mrdulin
mrdulin commented Jan 19, 2018

I do not see fastclick list on devDependencies of package.json .

Should I install fastclick by myself? Or, just add alias 'react-tap-event-plugin': 'react-lite/lib/react-tap-event-plugin'?

react-lite/lib/react-tap-event-plugin.js:

'use strict';

var Fastclick = require('fastclick');
module.exports = function injectTapEventPlugin() {
	var supportTouch = ('ontouchstar

Improve this page

Add a description, image, and links to the optimizer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the optimizer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.