Package Exports
- resolve-scripts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (resolve-scripts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
resolve-scripts
This package includes scripts and configuration for the create-resolve-app package.
Configuration File
You can configure reSolve in the config.app.json
, config.dev.json
, config.prod.json
, config.test_functional.json
files, or in the file passed as an argument with the --config
key, for example:
npm run dev -- --config=custom-resolve.config.json
npm run build -- --config=custom-resolve.config.json
or with yarn
:
yarn run dev --config=custom-resolve.config.json
yarn run build --config=custom-resolve.config.json
Please keep in mind that the resulting configuration must match the JSON Schema ReSolve Config