JSPM

resolve-scripts

0.16.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 55
  • Score
    100M100P100Q94642F
  • License MIT

This package create server with resolve.

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

npm version

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

Analytics