parcel js and php index.php file

时光总嘲笑我的痴心妄想 提交于 2020-07-09 16:37:13

问题


I need to pack and minify all and concatenate all my JS files I am totally new to parcel and I would know if I can pack files inside a php file instead of html

ex:

parcel index.php

Any tips for people who mix php and js and that want to use parcel ?


回答1:


Currently Parcel doesn't have any PHP support. It's possible that support could be added via plugin, but it seems that nobody has done that yet.



来源:https://stackoverflow.com/questions/49825327/parcel-js-and-php-index-php-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!