@expo/webpack-config
Version:
The default Webpack configuration used to build Expo apps targeting the web.
12 lines (11 loc) • 443 B
TypeScript
/**
* Copyright © 2021 650 Industries.
* Copyright © 2021 Callstack, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* Based on https://github.com/callstack/repack/blob/3c1e059/packages/repack/src/webpack/plugins/AssetsPlugin/assetsLoader.ts
*/
export declare const raw = true;
export default function nativeAssetsLoader(this: any): Promise<void>;