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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T14:09:35.000Z (almost 8 years ago)
- Last Synced: 2025-10-30T21:45:47.402Z (9 months ago)
- Topics: nuxt-module, webpack-node-externals
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- 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/],
},
],
],
}
```