0.1.1 • Published 1 year ago

netlify-build-plugin-node-modules-lib v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

A Netlify Build Plugin that moves node_modules in a /lib directory, deploys them to production, and redirects requests from node_modules to lib.

Based on an original idea from Lea Verou.

Install

Manually install the plugin:

npm install netlify-build-plugin-node-modules-lib --save-dev
# netlify.toml
[[plugins]]
  package = "netlify-build-plugin-node-modules-lib"

Configuration

The following inputs options are available.

0.1.1

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago