Global include of jQuery and Bootstrap js

This commit is contained in:
Gabriel Augendre 2016-04-26 00:06:27 +02:00
parent 3c22f2c091
commit 04c637b167
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -1,4 +1,7 @@
'use strict';
window.$ = window.jQuery = require('jquery');
require('bootstrap');
var React = require('react');
var ReactDOM = require('react-dom');