-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add webpack to the demo shell #1026
Comments
Changes related to webpack should be also ported to yeoman app generator. |
The demo shell works with webpack and angular-cli. To do so I had to change all the templates and the css of the components and require it, also introduce a gulp task that copy all the images and the internationalization files in the demo shell. This bring 2 problems:
Now we have 2 choices :
|
I am not sure about angular-cli support at this point. Couple of cli commands may work but we have no support for entire cli. |
Major actions:
module.id
from all components@types/core-js
from all components (due to conflicts), replaced withtsconfig.json
extensionsOptional:
The text was updated successfully, but these errors were encountered: