UNPKG

maxxton-typescript-loadable-components-plugin

Version:

A custom transformer of typescript that is used to add some necessary properties to loadable-components.

9 lines 326 B
/*! * Copyright 2019 acrazing <joking.young@gmail.com>. All rights reserved. * @since 2019-11-02 00:10:00 */ import * as ts from 'typescript'; export function createRequireAsync(state, target, loader) { return ts.factory.createPropertyAssignment('requireAsync', loader); } //# sourceMappingURL=createRequireAsync.js.map