import $ from 'jquery'; global.$ = $; import '../css/app.scss'; import 'bootstrap'; import 'font-awesome/css/font-awesome.css'; import 'jquery-ui/themes/base/all.css'; import autocomplete from 'jquery-ui/ui/widgets/autocomplete'; global.autocomplete = autocomplete // import the function from greet.js (the .js extension is optional) // ./ (or ../) means to look for a local file /*// require the JavaScript require('bootstrap-star-rating'); // require 2 CSS files needed require('bootstrap-star-rating/css/star-rating.css'); require('bootstrap-star-rating/themes/krajee-svg/theme.css'); */ import 'bootstrap-star-rating'; import 'bootstrap-star-rating/css/star-rating.css'; import 'bootstrap-star-rating/themes/krajee-svg/theme.css';