Skip to content

Bundle NPM packages using `webpack` and provide them

License

Notifications You must be signed in to change notification settings

thachnn/webpack-bundle

Repository files navigation

Purpose

Bundle NPM packages using webpack and provide them :-)

Usage

{
  "dependencies": {
    "glob": "thachnn/webpack-bundle#glob-7.2.3"
  },
  "resolutions": {
    "**/schema-utils/ajv": "thachnn/webpack-bundle#ajv-6.12.6"
  },
  "overrides": {
    "schema-utils": {
      "ajv": "thachnn/webpack-bundle#ajv-6.12.6"
    }
  }
}

Take a look at package.json file for more examples

Provided packages

About

Bundle NPM packages using `webpack` and provide them

Resources

License

Stars

Watchers

Forks

Packages

No packages published