Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 286 Bytes

File metadata and controls

23 lines (19 loc) · 286 Bytes

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