Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chanlito/nuxt-node-externals-module
A nuxt module to add webpack-node-externals.
https://github.com/chanlito/nuxt-node-externals-module
nuxt-module webpack-node-externals
Last synced: 28 days ago
JSON representation
A nuxt module to add webpack-node-externals.
- Host: GitHub
- URL: https://github.com/chanlito/nuxt-node-externals-module
- Owner: chanlito
- Created: 2018-07-31T13:59:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T14:09:35.000Z (over 6 years ago)
- Last Synced: 2024-11-20T18:48:01.244Z (about 1 month ago)
- Topics: nuxt-module, webpack-node-externals
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-node-externals-module
## Setup
```bash
npm i nuxt-node-externals-module
```## Usage
```js
{
modules: [
// add it as the last module
[
'nuxt-node-externals-module',
{
whitelist: [/^vue-cli-plugin-apollo/, /^vuetify/],
},
],
],
}
```