https://github.com/ifyoumakeit/webpack-library-example
https://github.com/ifyoumakeit/webpack-library-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ifyoumakeit/webpack-library-example
- Owner: ifyoumakeit
- Created: 2018-07-26T16:21:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T16:37:34.000Z (almost 7 years ago)
- Last Synced: 2025-03-06T01:11:50.716Z (2 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack library with arrays of entries.
Looking to export...
```js
window.Components = {
bar: "bar",
baz: "baz",
foo: "foo",
index: {}
};
```but it's exporting
```js
window.Components = {
bar: "baz",
foo: "foo",
index: {}
};
```## Verify
- Run `yarn start` (after install of packages)
- Check console