You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It appears that when using the DruxtSiteMixin you get an error in clientside due to fs.
ERROR Failed to compile with 1 errors
This dependency was not found:
* fs in ./node_modules/druxt-site/dist/druxt-site.esm.js
To install it, you can run: npm install --save fs
ℹ Waiting for file changes
ℹ Memory usage: 177 MB (RSS: 273 MB)
ℹ Listening on: http://localhost:3000/
Describe the bug
It appears that when using the DruxtSiteMixin you get an error in clientside due to
fs
.To Reproduce
Steps to reproduce the behavior:
examples/druxt-site/components/druxt/site/Default.vue
:cd examples/druxt-site && yarn && yarn storybook
/?path=/docs/druxt-site-druxtsite--wrapper
Expected behavior
fs
Media
N/A
Your Environment (please complete the following information):
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: