-
Notifications
You must be signed in to change notification settings - Fork 23
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
build: bundles design #114
Labels
Milestone
Comments
dsebastien
added
status: need design
comp: stark-build
Stark Build
P1
and removed
P2
labels
Mar 2, 2018
3 tasks
|
3 tasks
This will be tackled together with #883 |
christophercr
referenced
this issue
in christophercr/stark
Feb 26, 2019
…r-builders ISSUES CLOSED: #883, #146, #114 BREAKING CHANGE: stark-build now integrates with Angular CLI: - **stark-build:** now provides partial Webpack configurations to override default configuration from Angular CLI. The application's `angular.json` file must be adapted to use this partial configs from stark-build via [@angular-builders](https://github.com/meltedspark/angular-builders). See [Stark-Build: Ng CLI Customizations](./docs/stark-build/NG_CLI_BUILD_CUSTOMIZATIONS.md) - **stark-core:** the application's `angular.json` file must be adapted to add the assets from stark-core to be copied to the application's `assets` folder. See [Stark-Core: Getting Started](./docs/stark-core/GETTING_STARTED.md#assets) - **stark-ui:** the application's `angular.json` file must be adapted to add the assets from stark-ui to be copied to the application's `assets` folder. See [Stark-UI: Getting Started](./docs/stark-ui/GETTING_STARTED.md#assets)
3 tasks
Solved in #1148 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we've started from the most recent Angular Starter version. In the webpack common config, two entry points are defined: main & polyfills
-> https://github.com/gdi2290/angular-starter/blob/master/config/webpack.common.js
In our Stark "v1", we had more than that:
This was useful for caching. Now indeed things may be changing with AOT, lazy loading, ...
So we need to decide what to do with our bundles
The text was updated successfully, but these errors were encountered: