File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import { updateCodeData } from "./scripts/update-code-data/update-code-data"
7
7
import { organizeCodeData } from "./scripts/update-code-data/organize-code-data"
8
8
import { sortCodeData } from "./scripts/update-code-data/sort-code-data"
9
9
import redirects from "./redirects.json"
10
+ import { RelativeCiAgentWebpackPlugin } from "@relative-ci/agent"
11
+ import { StatsWriterPlugin } from "webpack-stats-plugin"
10
12
11
13
require ( "dotenv" ) . config ( {
12
14
path : `.env.${ process . env . NODE_ENV } ` ,
13
15
} )
14
16
15
- import { RelativeCiAgentWebpackPlugin } from "@relative-ci/agent"
16
- import { StatsWriterPlugin } from "webpack-stats-plugin"
17
17
18
18
export const createSchemaCustomization : GatsbyNode [ "createSchemaCustomization" ] =
19
19
async ( { actions } ) => {
You can’t perform that action at this time.
0 commit comments