UNPKG

@expo/webpack-config

Version:

The default Webpack configuration used to build Expo apps targeting the web.

9 lines (8 loc) 157 B
{ "extends": "@expo/babel-preset-cli/tsconfig.base", "include": ["src/**/*"], "compilerOptions": { "outDir": "webpack", "rootDir": "src" } }