2021-11-30 19:55:51 +08:00
|
|
|
# example.js
|
|
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
|
_{{example.js}}_
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# style.css
|
|
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
|
_{{style.css}}_
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# dist/output.js
|
|
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
|
_{{dist/output.js}}_
|
|
|
|
|
```
|
|
|
|
|
|
2021-12-17 19:18:01 +08:00
|
|
|
# dist/output.css
|
2021-11-30 19:55:51 +08:00
|
|
|
|
|
|
|
|
```javascript
|
2021-12-17 19:18:01 +08:00
|
|
|
_{{dist/output.css}}_
|
2021-11-30 19:55:51 +08:00
|
|
|
```
|
|
|
|
|
|
2021-12-17 03:42:44 +08:00
|
|
|
## production
|
|
|
|
|
|
|
|
|
|
```javascript
|
2021-12-17 19:18:01 +08:00
|
|
|
_{{production:dist/output.css}}_
|
2021-12-17 03:42:44 +08:00
|
|
|
```
|
|
|
|
|
|
2021-11-30 19:55:51 +08:00
|
|
|
# dist/1.output.css
|
|
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
|
_{{dist/1.output.css}}_
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# Info
|
|
|
|
|
|
|
|
|
|
## Unoptimized
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
_{{stdout}}_
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Production mode
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
_{{production:stdout}}_
|
|
|
|
|
```
|