fix setting webpack public path (#5081)
This commit is contained in:
parent
8f0863d335
commit
9902092fd1
@ -1,3 +1,5 @@
|
|||||||
|
import "./publicPath";
|
||||||
|
|
||||||
import "../../../public/fonts.css";
|
import "../../../public/fonts.css";
|
||||||
|
|
||||||
export * from "./index";
|
export * from "./index";
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import React, { useEffect, forwardRef } from "react";
|
import React, { useEffect, forwardRef } from "react";
|
||||||
import "./publicPath";
|
|
||||||
|
|
||||||
import { InitializeApp } from "../../components/InitializeApp";
|
import { InitializeApp } from "../../components/InitializeApp";
|
||||||
import App from "../../components/App";
|
import App from "../../components/App";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user