Align the same filename of empty_shim in README
empty-shim.js is not aligned with sample empty_shim below. Change the above one to become empty_shim.js
This commit is contained in:
parent
5c51dc2182
commit
027cf5aab1
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ log.info('hi on info');
|
||||||
|
|
||||||
## Webpack
|
## Webpack
|
||||||
Webpack can work with the same example Browserify above. To do this, we need to make webpack ignore optional files:
|
Webpack can work with the same example Browserify above. To do this, we need to make webpack ignore optional files:
|
||||||
Create "empty-shim.js":
|
Create "empty_shim.js":
|
||||||
```javascript
|
```javascript
|
||||||
// This is an empty shim for things that should be not be included in webpack
|
// This is an empty shim for things that should be not be included in webpack
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue