@expo/webpack-config

v18.1.4
A Webpack configuration used to bundle Expo websites with Expo CLI.

lint

eslint .

test

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

build

tsc

clean

rimraf ./webpack/ ./tsconfig.tsbuildinfo

watch

tsc --watch --preserveWatchOutput

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
  • >=12
  • Unknown
  • released 1/5/2024

Downloads