Upgrade webpack to version v4.x (#6655)
This commit is contained in:
committed by
Eugen Rochko
parent
e709107463
commit
e9b322d0a6
@ -1,4 +1,7 @@
|
||||
import loadPolyfills from '../mastodon/load_polyfills';
|
||||
import { start } from '../mastodon/common';
|
||||
|
||||
start();
|
||||
|
||||
function loaded() {
|
||||
const TimelineContainer = require('../mastodon/containers/timeline_container').default;
|
||||
|
Reference in New Issue
Block a user