Skip to content

Commit

Permalink
FIX: Nuxt config for the module.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuXDAmore committed Dec 6, 2019
1 parent 60ceb01 commit 7112cb5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions example/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@ export default {
render: {
resourceHints: false,
},
modules: [
{
handler: require(
'../',
),
},
],
buildModules: [ '../lib/module' ],
};

0 comments on commit 7112cb5

Please sign in to comment.