2017-04-13 06:04:10 +08:00
|
|
|
This example demonstrates various types of source-maps.
|
|
|
|
|
|
|
|
# example.coffee
|
|
|
|
|
2019-04-05 05:04:47 +08:00
|
|
|
```coffeescript
|
|
|
|
_{{example.coffee}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
# webpack.config.js
|
|
|
|
|
2019-04-05 05:04:47 +08:00
|
|
|
```javascript
|
|
|
|
_{{webpack.config.js}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
# Generated source-maps
|
|
|
|
|
|
|
|
## source-map.js and source-map.js.map
|
2019-04-05 05:04:47 +08:00
|
|
|
|
|
|
|
```javascript
|
|
|
|
_{{dist/bundle-source-map.js}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
2020-03-13 00:51:26 +08:00
|
|
|
```json
|
2019-04-05 05:04:47 +08:00
|
|
|
_{{dist/bundle-source-map.js.map}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## hidden-source-map.js and hidden-source-map.js.map
|
2019-04-05 05:04:47 +08:00
|
|
|
|
|
|
|
```javascript
|
|
|
|
_{{dist/bundle-hidden-source-map.js}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
2020-03-13 00:51:26 +08:00
|
|
|
```json
|
2019-04-05 05:04:47 +08:00
|
|
|
_{{dist/bundle-hidden-source-map.js.map}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## inline-source-map.js
|
2019-04-05 05:04:47 +08:00
|
|
|
|
|
|
|
```javascript
|
|
|
|
_{{dist/bundle-inline-source-map.js}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## nosources-source-map.js.map
|
2019-04-05 05:04:47 +08:00
|
|
|
|
2020-03-13 00:51:26 +08:00
|
|
|
```json
|
2019-04-05 05:04:47 +08:00
|
|
|
_{{dist/bundle-nosources-source-map.js.map}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## eval-source-map.js
|
2019-04-05 05:04:47 +08:00
|
|
|
|
|
|
|
```javascript
|
|
|
|
_{{dist/bundle-eval-source-map.js}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## eval.js
|
2019-04-05 05:04:47 +08:00
|
|
|
|
|
|
|
```javascript
|
|
|
|
_{{dist/bundle-eval.js}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
2019-10-18 21:10:26 +08:00
|
|
|
## eval-cheap-source-map.js
|
2019-04-05 05:04:47 +08:00
|
|
|
|
|
|
|
```javascript
|
2019-10-18 21:10:26 +08:00
|
|
|
_{{dist/bundle-eval-cheap-source-map.js}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
2019-10-18 21:10:26 +08:00
|
|
|
## eval-cheap-module-source-map.js
|
2019-04-05 05:04:47 +08:00
|
|
|
|
|
|
|
```javascript
|
2019-10-18 21:10:26 +08:00
|
|
|
_{{dist/bundle-eval-cheap-module-source-map.js}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## cheap-module-source-map.js.map
|
2019-04-05 05:04:47 +08:00
|
|
|
|
2020-03-13 00:51:26 +08:00
|
|
|
```json
|
2019-04-05 05:04:47 +08:00
|
|
|
_{{dist/bundle-cheap-module-source-map.js.map}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## cheap-source-map.js.map
|
2019-04-05 05:04:47 +08:00
|
|
|
|
2020-03-13 00:51:26 +08:00
|
|
|
```json
|
2019-04-05 05:04:47 +08:00
|
|
|
_{{dist/bundle-cheap-source-map.js.map}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
# webpack output
|
|
|
|
|
|
|
|
```
|
2019-04-05 05:04:47 +08:00
|
|
|
_{{stdout}}_
|
2017-04-13 06:04:10 +08:00
|
|
|
```
|