I'm having a hard time importing my uikit.js in my react js component.
This is my import sample, the uikit.css works but the uikit.js provides this kind of error:
import './uikit/css/uikit.css';
import './uikit/js/uikit.js';
Line 5: 'define' is not defined no-undef
Line 5: 'define' is not defined no-undef
Line 573: 'DocumentTouch' is not defined no-undef
Line 1107: 'MSGesture' is not defined no-undef
Line 5039: Unexpected use of 'location' no-restricted-globals
Line 5043: Unexpected use of 'location' no-restricted-globals
Line 6679: Unexpected use of 'location' no-restricted-globals