Øyvind Saltvik
Øyvind Saltvik
Is this the way to do it? ```ts import { Project, ts, printNode } from "ts-morph"; const tsVariableStatement = ts.factory.createVariableStatement( [ts.factory.createModifier(ts.SyntaxKind.ExportKeyword)], ts.factory.createVariableDeclarationList( [ts.factory.createVariableDeclaration( ts.factory.createIdentifier("resolvers"), undefined, ts.factory.createTypeReferenceNode( ts.factory.createIdentifier("Resolvers"), undefined ), ts.factory.createObjectLiteralExpression(...
https://github.com/jaredpalmer/razzle/issues/1070
* mostly done : https://github.com/jaredpalmer/razzle/issues/1818 * todo: https://github.com/jaredpalmer/razzle/issues/1819 * todo: https://github.com/jaredpalmer/razzle/issues/1845 * docs
https://github.com/jaredpalmer/razzle/blob/alpha/packages/razzle-babel-loader/src/loader/get-config.ts#L179
## 🚀 Feature request ### Current Behavior ### Desired Behavior ### Suggested Solution ### Who does this impact? Who is this for? ### Describe alternatives you've considered ### Additional context