nuxt-node-externals-module
v1.0.0
Published
A nuxt module to add webpack-node-externals.
Downloads
31
Maintainers
Readme
nuxt-node-externals-module
Setup
npm i nuxt-node-externals-module
Usage
{
modules: [
// add it as the last module
[
'nuxt-node-externals-module',
{
whitelist: [/^vue-cli-plugin-apollo/, /^vuetify/],
},
],
],
}