https://github.com/rwson/wepy-source-plugin
微信小程序资源路径解析插件
https://github.com/rwson/wepy-source-plugin
Last synced: 12 months ago
JSON representation
微信小程序资源路径解析插件
- Host: GitHub
- URL: https://github.com/rwson/wepy-source-plugin
- Owner: rwson
- Created: 2018-08-06T05:38:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T11:11:29.000Z (almost 8 years ago)
- Last Synced: 2025-08-12T00:05:11.694Z (12 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wepy-source-plugin
[wepy]的资源路径解决方案
## 使用
```bash
npm install wepy-source-plugin --save-dev
```
## 配置`wepy.config.js`
```javascript
module.exports = {
// ...
plugins: {
source: {
relative: true
}
},
// ...
}
```