@expo/webpack-config

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

lint

eslint .

test

jest --config jest/unit-test-config.js

build

tsc

clean

rimraf ./webpack/ ./tsconfig.tsbuildinfo

watch

tsc --watch

prepare

yarn run clean && yarn run build

test:e2e:build

EXPO_E2E_COMMAND='build' jest --config jest/e2e-test-config.json --rootDir .

test:e2e:start

EXPO_E2E_COMMAND='start' jest --config jest/e2e-test-config.json --rootDir .
npm i @expo/[email protected]

Metadata

  • MIT
  • >=8.10
  • Unknown
  • released 12/5/2020

Downloads