Further attempts to integrate

This commit is contained in:
Tyler Vigario
2020-05-29 21:07:41 -07:00
parent 28817b5ad5
commit eba9ef2397
16 changed files with 572 additions and 534 deletions

17
web/src/js/app.mjs Normal file
View File

@@ -0,0 +1,17 @@
// jQuery 3.x
import {$, jQuery} from 'jquery/src/jquery';
// jQuery Migrate 3.x
import 'jquery-migrate/src/migrate';
// Popper 1.x
import 'popper.js';
// Boostrap 4.x
import 'bootstrap/js/src/index';
// Old application code
import './main';
// New application code
import './index';