storybookjs/vue-cli-plugin-storybook

Static build has failed

crusenov opened this issue · 0 comments

@pksunkara During static build I have problems with importing files with @ in my project. (Module not found: Error: Can't resolve '@/.../some-path'). After adding webpack config - config.resolve.alias['@'] = path.resolve('src') there are errors related with importing stylus files. Any idea?