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
{{ message }}
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
$ node -v //8.9.0 $ npm -v //5.6.0 npm run dev会报warning: No parser and no filepath given, using 'babylon' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.
最后编译是成功的 Starting to optimize CSS... DONE Compiled successfully in 6515ms15:15:59
然而dist里面却只有components/pages/static三个文件夹,微信小程序要用的app.js/app.json/app.wxss等都没有
同样的环境跑mpvue-weui是可以的,这里问题出在了哪里?
The text was updated successfully, but these errors were encountered:
$ node -v //8.9.0
$ npm -v //5.6.0
npm run dev
会报warning: No parser and no filepath given, using 'babylon' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred.最后编译是成功的
Starting to optimize CSS... DONE Compiled successfully in 6515ms15:15:59
然而dist里面却只有components/pages/static三个文件夹,微信小程序要用的app.js/app.json/app.wxss等都没有
同样的环境跑mpvue-weui是可以的,这里问题出在了哪里?
The text was updated successfully, but these errors were encountered: