kazupon / vue-plugin-boilerplate

:nut_and_bolt: Boilerplate for Vue.js plugin
MIT License
146 stars 9 forks source link

Build errors building organizational package #13

Open fdlk opened 7 years ago

fdlk commented 7 years ago

I set the name of my package to @orgname/packname in package.json Then the build script fails cause it wants to put the artifacts in dist/@orgname folder I created that folder but then the Uglify step fails with obscure error I dropped the @orgname in the package.json file and then it built fine again

xsdlr commented 7 years ago

the same to me. some npm script used package name will fail when i use scope package name in package.json