WIP: bundle all css into main.css with mini-css-extract. Cannot split into vendor and styles without breaking at the moment.

This commit is contained in:
d98762625 2019-02-01 13:45:47 +00:00
parent 069d0e48c1
commit 4bf2a29070
3 changed files with 0 additions and 36 deletions

View file

@ -4,7 +4,6 @@
* @license Apache-2.0
*/
import OpModules from "./config/modules/OpModules";
import OperationConfig from "./config/OperationConfig.json";
import OperationError from "./errors/OperationError";
import Operation from "./Operation";