Upgrade webpack to version v4.x (#6655)
This commit is contained in:
parent
e709107463
commit
e9b322d0a6
15 changed files with 2716 additions and 1744 deletions
|
@ -1,5 +1,8 @@
|
|||
import loadPolyfills from '../mastodon/load_polyfills';
|
||||
import ready from '../mastodon/ready';
|
||||
import { start } from '../mastodon/common';
|
||||
|
||||
start();
|
||||
|
||||
window.addEventListener('message', e => {
|
||||
const data = e.data || {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue