webpack/examples/lazy-compilation/template.md

14 lines
200 B
Markdown
Raw Normal View History

2021-01-21 23:32:49 +08:00
To run this example you need to install `webpack-dev-server` and run `webpack serve`.
# example.js
```javascript
_{{example.js}}_
```
# webpack.config.js
```javascript
_{{webpack.config.js}}_
```