An open API service indexing awesome lists of open source software.

https://github.com/ifyoumakeit/webpack-library-example


https://github.com/ifyoumakeit/webpack-library-example

Last synced: about 2 months ago
JSON representation

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