designsystemsinternational / mechanic

Mechanic is a framework to build assets built on web code.
https://mechanic.design
MIT License
253 stars 11 forks source link

Build App Function in version 2.0.0-beta.6 doesn't work after update #132

Closed kunaumadein closed 2 years ago

kunaumadein commented 2 years ago

Describe the bug When i try tonpm run build my current project I will get an ReferenceError: getStaticPath is not defined. Other commands like npm run dev and npm run serve work flawlessly.

Some weeks ago i tried to npm run build another project and it worked on version 2.0.0-beta.4

I put a screenshot with the whole message.

Bildschirmfoto 2022-05-16 um 12 35 54
fdoflorenzano commented 2 years ago

Thanks for the notice @kunaumadein ! I just tried it in a project of mine and I get the same error. Should be a simple fix, I'll let you know when we publish a release with a fix.

fdoflorenzano commented 2 years ago

@kunaumadein 2.0.0-beta.7is out and should resolve this!

kunaumadein commented 2 years ago

@fdoflorenzano thanks I am gonna check i out!

kunaumadein commented 2 years ago

Ok updated everything and it is working @fdoflorenzano :)

fdoflorenzano commented 2 years ago

@kunaumadein great! I'm closing this issue then. Thanks again for the notice!