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
Configuration Error: Avoid modifying webpack output.path directly. Use the "outputDir" option instead.
The purpose of specifying the output directory is to compile the component into the dist directory and have the example compiled into the docs directory
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.9
Steps to reproduce
What is expected?
Compile correctly into the
docs
directoryWhat is actually happening?
Configuration Error: Avoid modifying webpack output.path directly. Use the "outputDir" option instead.
The purpose of specifying the output directory is to compile the component into the
dist
directory and have the example compiled into thedocs
directoryThe text was updated successfully, but these errors were encountered: