webpack/examples/typescript/template.md

38 lines
316 B
Markdown
Raw Permalink Normal View History

# example.js
```javascript
_{{example.js}}_
```
# index.ts
```typescript
_{{index.ts}}_
```
# webpack.config.js
```javascript
_{{webpack.config.js}}_
```
# dist/output.js
```javascript
_{{dist/output.js}}_
```
# Info
## Unoptimized
```
_{{stdout}}_
```
## Production mode
```
_{{production:stdout}}_
```