Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/],
},
],
],
}
```