Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meenie/webpack-import-barrel-bug
A simple repo showcasing the current issue with using Import Barrels.
https://github.com/meenie/webpack-import-barrel-bug
Last synced: 25 days ago
JSON representation
A simple repo showcasing the current issue with using Import Barrels.
- Host: GitHub
- URL: https://github.com/meenie/webpack-import-barrel-bug
- Owner: meenie
- Created: 2016-08-09T04:51:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T04:58:22.000Z (over 8 years ago)
- Last Synced: 2024-10-15T03:53:08.269Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Webpack 2.1.0-beta.20 Import Barrel Bug
A simple repo showcasing the current issue with using [Import Barrels](https://angular.io/docs/ts/latest/guide/style-guide.html#!#04-10).
Setup:
```shell
$ npm install
```Build:
```shell
$ ./node_modules/.bin/webpack
```Run:
```shell
$ open ./bin/index.html
```Make sure and open your console to see the output. There should be no `undefined`'s in the `console.log()`'s.