Fix storybook

This commit is contained in:
roschaefer 2019-09-18 16:31:50 +02:00
parent 92e2f6997f
commit 7da49ea54a

View File

@ -1,7 +1,6 @@
const path = require('path') const path = require('path')
const nuxtConf = require('../nuxt.config') const srcDir = '..'
const srcDir = `../${nuxtConf.srcDir || ''}` const rootDir = '..'
const rootDir = `../${nuxtConf.rootDir || ''}`
// Export a function. Accept the base config as the only param. // Export a function. Accept the base config as the only param.
module.exports = async ({ config, mode }) => { module.exports = async ({ config, mode }) => {