Gab Social. All are welcome.
This commit is contained in:
10
app/javascript/packs/application.js
Normal file
10
app/javascript/packs/application.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import loadPolyfills from '../gabsocial/load_polyfills';
|
||||
import { start } from '../gabsocial/common';
|
||||
|
||||
start();
|
||||
|
||||
loadPolyfills().then(() => {
|
||||
require('../gabsocial/main').default();
|
||||
}).catch(e => {
|
||||
console.error(e);
|
||||
});
|
||||
Reference in New Issue
Block a user