Revised webpack bundling and updated worker loading, turned inline worker on by default.

This commit is contained in:
Taloth Saldono
2020-06-06 23:03:15 +02:00
committed by Qstick
parent 9c3b4e3025
commit 3e3b2a7784
5 changed files with 8 additions and 16 deletions

View File

@@ -1,4 +1,6 @@
import './preload.js';
import './preload';
import './polyfills';
import React from 'react';
import { render } from 'react-dom';
import { createBrowserHistory } from 'history';