beven91
beven91
方便贴下你的配置吗? 还是说你的意思是: ```js module.exports = { entry:{ app:'./app.js', other:'./other.js', } } ``` 然后期望打包出 ```js // app.icon.js // other.icon.js ```
目前如果在服务端的话,返回都是undefined,其次在客户端运行时才能取到具体值,也就是说服务端能正常返回代码,只是width与height是undefined 不过推荐使用flex布局这样,服务端返回的css就能直接看到效果了
`html-webpack-plugin` cannot exclude `assets file`,only `excludeChunks`
Hi, can you provide more detailed inforomation ?
Yes, you are right, i will add feature to resovle it.
OK, thanks a lot.
可以的,你可以在初始化的时候,添加支持的扩展名,然后其他部分配置less-loader就好了,如下 ```js new WxappModulePlugin('npm_modules',['less']) ```
方便贴下app.json吗