Upgrade webpack to version v4.x (#6655)
This commit is contained in:
committed by
Eugen Rochko
parent
e709107463
commit
e9b322d0a6
8
app/javascript/mastodon/common.js
Normal file
8
app/javascript/mastodon/common.js
Normal file
@ -0,0 +1,8 @@
|
||||
import Rails from 'rails-ujs';
|
||||
|
||||
export function start() {
|
||||
require('font-awesome/css/font-awesome.css');
|
||||
require.context('../images/', true);
|
||||
|
||||
Rails.start();
|
||||
};
|
Reference in New Issue
Block a user