Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 70c9bff

Browse files
atinuxHaroenv
authored andcommitted
Fix using yarn dev
1 parent 3322d1a commit 70c9bff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/nuxt/nuxt.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* eslint-disable import/no-commonjs */
2+
const resolve = require('path').resolve;
23

34
module.exports = {
5+
modulesDir: resolve(__dirname, '../../node_modules/'),
46
head: {
57
title: 'nuxt-instantsearch',
68
meta: [

0 commit comments

Comments
 (0)